#9690FB

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

Shades of Light Slate Blue #9690FB

Tints of Light Slate Blue #9690FB

Color information

#9690FB (or 0x9690FB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 90 and FB. RGB value is (150,144,251). Sum of RGB (Red+Green+Blue) = 150+144+251=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #9690FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690FB is #696F04. Grayscale: #9D9D9D. Windows color (decimal): -6909701 or 16486550. OLE color: 16486550.

HSL color Cylindrical-coordinate representation of color #9690FB: hue angle of 243.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9690FB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150144251-
CMYK0.400.4300.02
HSL243.36º93.04%77.45%-
HSV(B)243.36º42.63%98.43%-
XYZ39.9633.495.61-
YUV157.99180.49122.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=27.52%
G=26.42%
B=46.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501442510.400.4300.02243.3693.0477.45
Hex9690FB282B02f35d4d
Octal226220373505302363135115
Binary1001011010010000111110111010001010110101111001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690FB; }

 p { color: rgb(150,144,251); }

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

<style>
 a { background-color: #9690FB; }

 a { background-color: rgb(150,144,251); }

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

<style>
 span { border-color: #9690FB; }

 span { border-color: rgb(150,144,251); }

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