Html Css Color HEX #9692FB Light Slate Blue

📋 copy color: '#9692FB'

red 150 ◦ green 146 ◦ blue 251

#9692FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9692FB

Tints of Light Slate Blue #9692FB

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 value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9692FB (or 0x9692FB) is known color: 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

RGB 150 146 251 -
CMYK 0.40 0.42 0 0.02
HSL 242.29º 0.93% 0.78% -
HSV(B) 242.29º 0.42% 0.98% -
XYZ 40.27 34.01 95.71 -
YUV 159.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 150 146 251 0.40 0.42 0 0.02 242.29 0.93 0.78
Hex 96 92 FB 28 2A 0 2 F2 5D 4E
Octal 226 222 373 50 52 0 2 362 135 116
Binary 10010110 10010010 11111011 101000 101010 0 10 11110010 1011101 1001110

Color Harmonies of #9692FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9692FB

Black with #9692FB

Text Example


Text Example

White with #9692FB

Text Example


Text Example

HTML Codes & Css Web 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>