Html Css Color HEX #9668FA Light Slate Blue

📋 copy color: '#9668FA'

red 150 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #9668FA

Tints of Light Slate Blue #9668FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.63%

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

R = 29.76%
G = 20.63%
B = 49.6%

CMYK

 C value IS 0.4

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9668FA (or 0x9668FA) is known color: Light Slate Blue. HEX triplet: 96, 68 and FA. RGB value is (150,104,250). Sum of RGB (Red+Green+Blue) = 150+104+250=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #9668FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9668FA is #699705. Grayscale: #858585. Windows color (decimal): -6919942 or 16410774. OLE color: 16410774.

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

Color convert

RGB 150 104 250 -
CMYK 0.4 0.58 0 0.02
HSL 258.9º 0.94% 0.69% -
HSV(B) 258.9º 0.58% 0.98% -
XYZ 34.78 23.29 93.1 -
YUV 134.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 150 104 250 0.4 0.58 0 0.02 258.9 0.94 0.69
Hex 96 68 FA 28 3A 0 2 103 5E 45
Octal 226 150 372 50 72 0 2 403 136 105
Binary 10010110 1101000 11111010 101000 111010 0 10 100000011 1011110 1000101

Color Harmonies of #9668FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668FA

Black with #9668FA

Text Example


Text Example

White with #9668FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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