Html Css Color HEX #9558FC Light Slate Blue

📋 copy color: '#9558FC'

red 149 ◦ green 88 ◦ blue 252

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

Shades of Light Slate Blue #9558FC

Tints of Light Slate Blue #9558FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 30.47%
G = 18%
B = 51.53%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9558FC (or 0x9558FC) is known color: Light Slate Blue. HEX triplet: 95, 58 and FC. RGB value is (149,88,252). Sum of RGB (Red+Green+Blue) = 149+88+252=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #9558FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558FC is #6AA703. Grayscale: #7C7C7C. Windows color (decimal): -6989572 or 16537749. OLE color: 16537749.

HSL color Cylindrical-coordinate representation of color #9558FC: hue angle of 262.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9558FC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 88 252 -
CMYK 0.41 0.65 0 0.01
HSL 262.32º 0.96% 0.67% -
HSV(B) 262.32º 0.65% 0.99% -
XYZ 33.45 20.4 94.27 -
YUV 124.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 149 88 252 0.41 0.65 0 0.01 262.32 0.96 0.67
Hex 95 58 FC 29 41 0 1 106 60 43
Octal 225 130 374 51 101 0 1 406 140 103
Binary 10010101 1011000 11111100 101001 1000001 0 1 100000110 1100000 1000011

Color Harmonies of #9558FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558FC

Black with #9558FC

Text Example


Text Example

White with #9558FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9558FC; }

 p { color: rgb(149,88,252); }

 H1.HeaderClassName
 {
   color: #9558FC;
 }
 .AnyTagClassName
 {
   color: #9558FC;
 }
</style>

background-color css

<style>
 a { background-color: #9558FC; }

 a { background-color: rgb(149,88,252); }

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

border-color css

<style>
 span { border-color: #9558FC; }

 span { border-color: rgb(149,88,252); }

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