Html Css Color HEX #9558FA Light Slate Blue

📋 copy color: '#9558FA'

red 149 ◦ green 88 ◦ blue 250

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

Shades of Light Slate Blue #9558FA

Tints of Light Slate Blue #9558FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 30.6%
G = 18.07%
B = 51.33%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9558FA (or 0x9558FA) is known color: Light Slate Blue. HEX triplet: 95, 58 and FA. RGB value is (149,88,250). Sum of RGB (Red+Green+Blue) = 149+88+250=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #9558FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558FA is #6AA705. Grayscale: #7C7C7C. Windows color (decimal): -6989574 or 16406677. OLE color: 16406677.

HSL color Cylindrical-coordinate representation of color #9558FA: hue angle of 262.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9558FA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 88 250 -
CMYK 0.40 0.65 0 0.02
HSL 262.59º 0.94% 0.66% -
HSV(B) 262.59º 0.65% 0.98% -
XYZ 33.14 20.27 92.61 -
YUV 124.71 198.71 145.33 -
System Red Green Blue C M Y K H S L
Decimal 149 88 250 0.40 0.65 0 0.02 262.59 0.94 0.66
Hex 95 58 FA 28 41 0 2 107 5E 42
Octal 225 130 372 50 101 0 2 407 136 102
Binary 10010101 1011000 11111010 101000 1000001 0 10 100000111 1011110 1000010

Color Harmonies of #9558FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558FA

Black with #9558FA

Text Example


Text Example

White with #9558FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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