Html Css Color HEX #9692FF Light Slate Blue

📋 copy color: '#9692FF'

red 150 ◦ green 146 ◦ blue 255

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

Shades of Light Slate Blue #9692FF

Tints of Light Slate Blue #9692FF

RGB

 RED value IS 150 (58.98% from 255) = 27.22%

 GREEN value IS 146 (57.42% from 255) = 26.5%

 BLUE value IS 255 (100% from 255) = 46.28%

R = 27.22%
G = 26.5%
B = 46.28%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9692FF (or 0x9692FF) is known color: Light Slate Blue. HEX triplet: 96, 92 and FF. RGB value is (150,146,255). Sum of RGB (Red+Green+Blue) = 150+146+255=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9692FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9692FF is #696D00. Grayscale: #9F9F9F. Windows color (decimal): -6909185 or 16749206. OLE color: 16749206.

HSL color Cylindrical-coordinate representation of color #9692FF: hue angle of 242.2º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9692FF is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 146 255 -
CMYK 0.41 0.43 0 0
HSL 242.2º 1% 0.79% -
HSV(B) 242.2º 0.43% 1% -
XYZ 40.91 34.26 99.06 -
YUV 159.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 150 146 255 0.41 0.43 0 0 242.2 1 0.79
Hex 96 92 FF 29 2B 0 0 F2 64 4F
Octal 226 222 377 51 53 0 0 362 144 117
Binary 10010110 10010010 11111111 101001 101011 0 0 11110010 1100100 1001111

Color Harmonies of #9692FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9692FF

Black with #9692FF

Text Example


Text Example

White with #9692FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9692FF;
 }
 .AnyTagClassName
 {
   color: #9692FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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