Html Css Color HEX #9968FF Light Slate Blue

📋 copy color: '#9968FF'

red 153 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #9968FF

Tints of Light Slate Blue #9968FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 29.88%
G = 20.31%
B = 49.8%

CMYK

 C value IS 0.4

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9968FF (or 0x9968FF) is known color: Light Slate Blue. HEX triplet: 99, 68 and FF. RGB value is (153,104,255). Sum of RGB (Red+Green+Blue) = 153+104+255=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #9968FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968FF is #669700. Grayscale: #878787. Windows color (decimal): -6723329 or 16738457. OLE color: 16738457.

HSL color Cylindrical-coordinate representation of color #9968FF: hue angle of 259.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9968FF is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 104 255 -
CMYK 0.4 0.59 0 0
HSL 259.47º 1% 0.7% -
HSV(B) 259.47º 0.59% 1% -
XYZ 36.14 23.89 97.31 -
YUV 135.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 153 104 255 0.4 0.59 0 0 259.47 1 0.7
Hex 99 68 FF 28 3B 0 0 103 64 46
Octal 231 150 377 50 73 0 0 403 144 106
Binary 10011001 1101000 11111111 101000 111011 0 0 100000011 1100100 1000110

Color Harmonies of #9968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968FF

Black with #9968FF

Text Example


Text Example

White with #9968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9968FF; }

 p { color: rgb(153,104,255); }

 H1.HeaderClassName
 {
   color: #9968FF;
 }
 .AnyTagClassName
 {
   color: #9968FF;
 }
</style>

background-color css

<style>
 a { background-color: #9968FF; }

 a { background-color: rgb(153,104,255); }

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

border-color css

<style>
 span { border-color: #9968FF; }

 span { border-color: rgb(153,104,255); }

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