#9A85F9

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

Shades of Light Slate Blue #9A85F9

Tints of Light Slate Blue #9A85F9

Color information

#9A85F9 (or 0x9A85F9) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 85 and F9. RGB value is (154,133,249). Sum of RGB (Red+Green+Blue) = 154+133+249=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A85F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85F9 is #657A06. Grayscale: #989898. Windows color (decimal): -6650375 or 16352666. OLE color: 16352666.

HSL color Cylindrical-coordinate representation of color #9A85F9: hue angle of 250.86º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A85F9 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154133249-
CMYK0.380.4700.02
HSL250.86º90.62%74.9%-
HSV(B)250.86º46.59%97.65%-
XYZ38.8130.4893.46-
YUV152.5182.46129.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=28.73%
G=24.81%
B=46.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541332490.380.4700.02250.8690.6274.9
Hex9A85F9262F02fb5b4b
Octal232205371465702373133113
Binary1001101010000101111110011001101011110101111101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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