Html Css Color HEX #9D58FE Light Slate Blue

📋 copy color: '#9D58FE'

red 157 ◦ green 88 ◦ blue 254

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

Shades of Light Slate Blue #9D58FE

Tints of Light Slate Blue #9D58FE

RGB

 RED value IS 157 (61.72% from 255) = 31.46%

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

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

R = 31.46%
G = 17.64%
B = 50.9%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D58FE (or 0x9D58FE) is known color: Light Slate Blue. HEX triplet: 9D, 58 and FE. RGB value is (157,88,254). Sum of RGB (Red+Green+Blue) = 157+88+254=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D58FE is #62A701. Grayscale: #7E7E7E. Windows color (decimal): -6465282 or 16668829. OLE color: 16668829.

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

Color convert

RGB 157 88 254 -
CMYK 0.38 0.65 0 0.00
HSL 264.94º 0.99% 0.67% -
HSV(B) 264.94º 0.65% 1% -
XYZ 35.28 21.3 96.02 -
YUV 127.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 157 88 254 0.38 0.65 0 0.00 264.94 0.99 0.67
Hex 9D 58 FE 26 41 0 0 109 63 43
Octal 235 130 376 46 101 0 0 411 143 103
Binary 10011101 1011000 11111110 100110 1000001 0 0 100001001 1100011 1000011

Color Harmonies of #9D58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58FE

Black with #9D58FE

Text Example


Text Example

White with #9D58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D58FE; }

 p { color: rgb(157,88,254); }

 H1.HeaderClassName
 {
   color: #9D58FE;
 }
 .AnyTagClassName
 {
   color: #9D58FE;
 }
</style>

background-color css

<style>
 a { background-color: #9D58FE; }

 a { background-color: rgb(157,88,254); }

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

border-color css

<style>
 span { border-color: #9D58FE; }

 span { border-color: rgb(157,88,254); }

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