#9A85FF

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

Shades of Light Slate Blue #9A85FF

Tints of Light Slate Blue #9A85FF

Color information

#9A85FF (or 0x9A85FF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 85 and FF. RGB value is (154,133,255). Sum of RGB (Red+Green+Blue) = 154+133+255=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 133 (52.34% from 255 or 24.54% 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 #9A85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85FF is #657A00. Grayscale: #989898. Windows color (decimal): -6650369 or 16745882. OLE color: 16745882.

HSL color Cylindrical-coordinate representation of color #9A85FF: hue angle of 250.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A85FF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154133255-
CMYK0.400.4800
HSL250.33º100%76.08%-
HSV(B)250.33º47.84%100%-
XYZ39.7630.8798.47-
YUV153.19185.46128.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 47.05%
R=28.41%
G=24.54%
B=47.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541332550.400.4800250.3310076.08
Hex9A85FF283000fa644c
Octal232205377506000372144114
Binary100110101000010111111111101000110000001111101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A85FF; }

 p { color: rgb(154,133,255); }

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

<style>
 a { background-color: #9A85FF; }

 a { background-color: rgb(154,133,255); }

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

<style>
 span { border-color: #9A85FF; }

 span { border-color: rgb(154,133,255); }

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