Html Css Color HEX #9968FB Light Slate Blue

📋 copy color: '#9968FB'

red 153 ◦ green 104 ◦ blue 251

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

Shades of Light Slate Blue #9968FB

Tints of Light Slate Blue #9968FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 30.12%
G = 20.47%
B = 49.41%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9968FB (or 0x9968FB) is known color: Light Slate Blue. HEX triplet: 99, 68 and FB. RGB value is (153,104,251). Sum of RGB (Red+Green+Blue) = 153+104+251=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #9968FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968FB is #669704. Grayscale: #868686. Windows color (decimal): -6723333 or 16476313. OLE color: 16476313.

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

Color convert

RGB 153 104 251 -
CMYK 0.39 0.59 0 0.02
HSL 260º 0.95% 0.7% -
HSV(B) 260º 0.59% 0.98% -
XYZ 35.5 23.64 93.96 -
YUV 135.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 153 104 251 0.39 0.59 0 0.02 260 0.95 0.7
Hex 99 68 FB 27 3B 0 2 104 5F 46
Octal 231 150 373 47 73 0 2 404 137 106
Binary 10011001 1101000 11111011 100111 111011 0 10 100000100 1011111 1000110

Color Harmonies of #9968FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968FB

Black with #9968FB

Text Example


Text Example

White with #9968FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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