Html Css Color HEX #9666FA Light Slate Blue

📋 copy color: '#9666FA'

red 150 ◦ green 102 ◦ blue 250

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

Shades of Light Slate Blue #9666FA

Tints of Light Slate Blue #9666FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

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

R = 29.88%
G = 20.32%
B = 49.8%

CMYK

 C value IS 0.4

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9666FA (or 0x9666FA) is known color: Light Slate Blue. HEX triplet: 96, 66 and FA. RGB value is (150,102,250). Sum of RGB (Red+Green+Blue) = 150+102+250=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #9666FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9666FA is #699905. Grayscale: #848484. Windows color (decimal): -6920454 or 16410262. OLE color: 16410262.

HSL color Cylindrical-coordinate representation of color #9666FA: hue angle of 259.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9666FA is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 102 250 -
CMYK 0.4 0.59 0 0.02
HSL 259.46º 0.94% 0.69% -
HSV(B) 259.46º 0.59% 0.98% -
XYZ 34.58 22.89 93.04 -
YUV 133.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 150 102 250 0.4 0.59 0 0.02 259.46 0.94 0.69
Hex 96 66 FA 28 3B 0 2 103 5E 45
Octal 226 146 372 50 73 0 2 403 136 105
Binary 10010110 1100110 11111010 101000 111011 0 10 100000011 1011110 1000101

Color Harmonies of #9666FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666FA

Black with #9666FA

Text Example


Text Example

White with #9666FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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