Html Css Color HEX #9692FA Light Slate Blue

📋 copy color: '#9692FA'

red 150 ◦ green 146 ◦ blue 250

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

Shades of Light Slate Blue #9692FA

Tints of Light Slate Blue #9692FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 27.47%
G = 26.74%
B = 45.79%

CMYK

 C value IS 0.4

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9692FA (or 0x9692FA) is known color: Light Slate Blue. HEX triplet: 96, 92 and FA. RGB value is (150,146,250). Sum of RGB (Red+Green+Blue) = 150+146+250=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9692FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9692FA is #696D05. Grayscale: #9E9E9E. Windows color (decimal): -6909190 or 16421526. OLE color: 16421526.

HSL color Cylindrical-coordinate representation of color #9692FA: hue angle of 242.31º degrees, saturation: 0.91, 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 #9692FA is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 146 250 -
CMYK 0.4 0.42 0 0.02
HSL 242.31º 0.91% 0.78% -
HSV(B) 242.31º 0.42% 0.98% -
XYZ 40.11 33.94 94.88 -
YUV 159.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 150 146 250 0.4 0.42 0 0.02 242.31 0.91 0.78
Hex 96 92 FA 28 2A 0 2 F2 5B 4E
Octal 226 222 372 50 52 0 2 362 133 116
Binary 10010110 10010010 11111010 101000 101010 0 10 11110010 1011011 1001110

Color Harmonies of #9692FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9692FA

Black with #9692FA

Text Example


Text Example

White with #9692FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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