Html Css Color HEX #9556FF Light Slate Blue

📋 copy color: '#9556FF'

red 149 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #9556FF

Tints of Light Slate Blue #9556FF

RGB

 RED value IS 149 (58.59% from 255) = 30.41%

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

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

R = 30.41%
G = 17.55%
B = 52.04%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9556FF (or 0x9556FF) is known color: Light Slate Blue. HEX triplet: 95, 56 and FF. RGB value is (149,86,255). Sum of RGB (Red+Green+Blue) = 149+86+255=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9556FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9556FF is #6AA900. Grayscale: #7B7B7B. Windows color (decimal): -6990081 or 16733845. OLE color: 16733845.

HSL color Cylindrical-coordinate representation of color #9556FF: hue angle of 262.37º 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 #9556FF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 86 255 -
CMYK 0.42 0.66 0 0
HSL 262.37º 1% 0.67% -
HSV(B) 262.37º 0.66% 1% -
XYZ 33.77 20.27 96.74 -
YUV 124.1 201.87 145.76 -
System Red Green Blue C M Y K H S L
Decimal 149 86 255 0.42 0.66 0 0 262.37 1 0.67
Hex 95 56 FF 2A 42 0 0 106 64 43
Octal 225 126 377 52 102 0 0 406 144 103
Binary 10010101 1010110 11111111 101010 1000010 0 0 100000110 1100100 1000011

Color Harmonies of #9556FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556FF

Black with #9556FF

Text Example


Text Example

White with #9556FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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