Html Css Color HEX #9969FA Light Slate Blue

📋 copy color: '#9969FA'

red 153 ◦ green 105 ◦ blue 250

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

Shades of Light Slate Blue #9969FA

Tints of Light Slate Blue #9969FA

RGB

 RED value IS 153 (60.16% from 255) = 30.12%

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

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

R = 30.12%
G = 20.67%
B = 49.21%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9969FA (or 0x9969FA) is known color: Light Slate Blue. HEX triplet: 99, 69 and FA. RGB value is (153,105,250). Sum of RGB (Red+Green+Blue) = 153+105+250=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #9969FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969FA is #669605. Grayscale: #878787. Windows color (decimal): -6723078 or 16411033. OLE color: 16411033.

HSL color Cylindrical-coordinate representation of color #9969FA: hue angle of 259.86º 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 #9969FA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 105 250 -
CMYK 0.39 0.58 0 0.02
HSL 259.86º 0.94% 0.7% -
HSV(B) 259.86º 0.58% 0.98% -
XYZ 35.44 23.78 93.16 -
YUV 135.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 153 105 250 0.39 0.58 0 0.02 259.86 0.94 0.7
Hex 99 69 FA 27 3A 0 2 104 5E 46
Octal 231 151 372 47 72 0 2 404 136 106
Binary 10011001 1101001 11111010 100111 111010 0 10 100000100 1011110 1000110

Color Harmonies of #9969FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969FA

Black with #9969FA

Text Example


Text Example

White with #9969FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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