Html Css Color HEX #9D58FF Light Slate Blue

📋 copy color: '#9D58FF'

red 157 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #9D58FF

Tints of Light Slate Blue #9D58FF

RGB

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

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

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

R = 31.4%
G = 17.6%
B = 51%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D58FF (or 0x9D58FF) is known color: Light Slate Blue. HEX triplet: 9D, 58 and FF. RGB value is (157,88,255). Sum of RGB (Red+Green+Blue) = 157+88+255=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D58FF is #62A700. Grayscale: #7F7F7F. Windows color (decimal): -6465281 or 16734365. OLE color: 16734365.

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

Color convert

RGB 157 88 255 -
CMYK 0.38 0.65 0 0
HSL 264.79º 1% 0.67% -
HSV(B) 264.79º 0.65% 1% -
XYZ 35.44 21.37 96.86 -
YUV 127.67 199.86 148.92 -
System Red Green Blue C M Y K H S L
Decimal 157 88 255 0.38 0.65 0 0 264.79 1 0.67
Hex 9D 58 FF 26 41 0 0 109 64 43
Octal 235 130 377 46 101 0 0 411 144 103
Binary 10011101 1011000 11111111 100110 1000001 0 0 100001001 1100100 1000011

Color Harmonies of #9D58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58FF

Black with #9D58FF

Text Example


Text Example

White with #9D58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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