Html Css Color HEX #9669FA Light Slate Blue

📋 copy color: '#9669FA'

red 150 ◦ green 105 ◦ blue 250

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

Shades of Light Slate Blue #9669FA

Tints of Light Slate Blue #9669FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.79%

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

R = 29.7%
G = 20.79%
B = 49.5%

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

#9669FA (or 0x9669FA) is known color: Light Slate Blue. HEX triplet: 96, 69 and FA. RGB value is (150,105,250). Sum of RGB (Red+Green+Blue) = 150+105+250=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #9669FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669FA is #699605. Grayscale: #868686. Windows color (decimal): -6919686 or 16411030. OLE color: 16411030.

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

Color convert

RGB 150 105 250 -
CMYK 0.4 0.58 0 0.02
HSL 258.62º 0.94% 0.7% -
HSV(B) 258.62º 0.58% 0.98% -
XYZ 34.88 23.49 93.14 -
YUV 134.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 150 105 250 0.4 0.58 0 0.02 258.62 0.94 0.7
Hex 96 69 FA 28 3A 0 2 103 5E 46
Octal 226 151 372 50 72 0 2 403 136 106
Binary 10010110 1101001 11111010 101000 111010 0 10 100000011 1011110 1000110

Color Harmonies of #9669FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669FA

Black with #9669FA

Text Example


Text Example

White with #9669FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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