#958AFF

Color #958AFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #958AFF

Tints of Light Slate Blue #958AFF

Color information

#958AFF (or 0x958AFF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8A and FF. RGB value is (149,138,255). Sum of RGB (Red+Green+Blue) = 149+138+255=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #958AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AFF is #6A7500. Grayscale: #9A9A9A. Windows color (decimal): -6976769 or 16747157. OLE color: 16747157.

HSL color Cylindrical-coordinate representation of color #958AFF: hue angle of 245.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #958AFF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149138255-
CMYK0.420.4600
HSL245.64º100%77.06%-
HSV(B)245.64º45.88%100%-
XYZ39.5331.7998.66-
YUV154.63184.64123.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 255 (100% from 255) = 47.05%
R=27.49%
G=25.46%
B=47.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491382550.420.4600245.6410077.06
Hex958AFF2A2E00f6644d
Octal225212377525600366144115
Binary100101011000101011111111101010101110001111011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958AFF; }

 p { color: rgb(149,138,255); }

 H1.HeaderClassName
 {
   color: #958AFF;
 }
 .AnyTagClassName
 {
   color: #958AFF;
 }
</style>
background-color css

<style>
 a { background-color: #958AFF; }

 a { background-color: rgb(149,138,255); }

 div.DivClassName
 {
   background-color: #958AFF;
 }
 .BgClassName
 {
   background-color: #958AFF;
 }
</style>
border-color css

<style>
 span { border-color: #958AFF; }

 span { border-color: rgb(149,138,255); }

 td.TdClassName
 {
   border-color: #958AFF;
 }
 .TagClassName
 {
   border-color: #958AFF;
 }
</style>