Html Css Color HEX #9956FF Light Slate Blue

📋 copy color: '#9956FF'

red 153 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #9956FF

Tints of Light Slate Blue #9956FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

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

R = 30.97%
G = 17.41%
B = 51.62%

CMYK

 C value IS 0.4

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9956FF (or 0x9956FF) is known color: Light Slate Blue. HEX triplet: 99, 56 and FF. RGB value is (153,86,255). Sum of RGB (Red+Green+Blue) = 153+86+255=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9956FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9956FF is #66A900. Grayscale: #7C7C7C. Windows color (decimal): -6727937 or 16733849. OLE color: 16733849.

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

Color convert

RGB 153 86 255 -
CMYK 0.4 0.66 0 0
HSL 263.79º 1% 0.67% -
HSV(B) 263.79º 0.66% 1% -
XYZ 34.51 20.65 96.77 -
YUV 125.3 201.2 147.76 -
System Red Green Blue C M Y K H S L
Decimal 153 86 255 0.4 0.66 0 0 263.79 1 0.67
Hex 99 56 FF 28 42 0 0 108 64 43
Octal 231 126 377 50 102 0 0 410 144 103
Binary 10011001 1010110 11111111 101000 1000010 0 0 100001000 1100100 1000011

Color Harmonies of #9956FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956FF

Black with #9956FF

Text Example


Text Example

White with #9956FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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