#9692FB

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

Shades of Light Slate Blue #9692FB

Tints of Light Slate Blue #9692FB

Color information

#9692FB (or 0x9692FB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 92 and FB. RGB value is (150,146,251). Sum of RGB (Red+Green+Blue) = 150+146+251=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9692FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9692FB is #696D04. Grayscale: #9E9E9E. Windows color (decimal): -6909189 or 16487062. OLE color: 16487062.

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

Color convert

RGB150146251-
CMYK0.400.4200.02
HSL242.29º92.92%77.84%-
HSV(B)242.29º41.83%98.43%-
XYZ40.2734.0195.71-
YUV159.17179.83121.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=27.42%
G=26.69%
B=45.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501462510.400.4200.02242.2992.9277.84
Hex9692FB282A02f25d4e
Octal226222373505202362135116
Binary1001011010010010111110111010001010100101111001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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