Html Css Color HEX #9556FE Light Slate Blue

📋 copy color: '#9556FE'

red 149 ◦ green 86 ◦ blue 254

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

Shades of Light Slate Blue #9556FE

Tints of Light Slate Blue #9556FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 30.47%
G = 17.59%
B = 51.94%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9556FE (or 0x9556FE) is known color: Light Slate Blue. HEX triplet: 95, 56 and FE. RGB value is (149,86,254). Sum of RGB (Red+Green+Blue) = 149+86+254=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #9556FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9556FE is #6AA901. Grayscale: #7B7B7B. Windows color (decimal): -6990082 or 16668309. OLE color: 16668309.

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

Color convert

RGB 149 86 254 -
CMYK 0.41 0.66 0 0.00
HSL 262.5º 0.99% 0.67% -
HSV(B) 262.5º 0.66% 1% -
XYZ 33.61 20.2 95.89 -
YUV 123.99 201.37 145.84 -
System Red Green Blue C M Y K H S L
Decimal 149 86 254 0.41 0.66 0 0.00 262.5 0.99 0.67
Hex 95 56 FE 29 42 0 0 106 63 43
Octal 225 126 376 51 102 0 0 406 143 103
Binary 10010101 1010110 11111110 101001 1000010 0 0 100000110 1100011 1000011

Color Harmonies of #9556FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556FE

Black with #9556FE

Text Example


Text Example

White with #9556FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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