Html Css Color HEX #9958FF Light Slate Blue

📋 copy color: '#9958FF'

red 153 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #9958FF

Tints of Light Slate Blue #9958FF

RGB

 RED value IS 153 (60.16% from 255) = 30.85%

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

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

R = 30.85%
G = 17.74%
B = 51.41%

CMYK

 C value IS 0.4

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9958FF (or 0x9958FF) is known color: Light Slate Blue. HEX triplet: 99, 58 and FF. RGB value is (153,88,255). Sum of RGB (Red+Green+Blue) = 153+88+255=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9958FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9958FF is #66A700. Grayscale: #7D7D7D. Windows color (decimal): -6727425 or 16734361. OLE color: 16734361.

HSL color Cylindrical-coordinate representation of color #9958FF: hue angle of 263.35º 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 #9958FF is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 88 255 -
CMYK 0.4 0.65 0 0
HSL 263.35º 1% 0.67% -
HSV(B) 263.35º 0.65% 1% -
XYZ 34.68 20.97 96.83 -
YUV 126.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 153 88 255 0.4 0.65 0 0 263.35 1 0.67
Hex 99 58 FF 28 41 0 0 107 64 43
Octal 231 130 377 50 101 0 0 407 144 103
Binary 10011001 1011000 11111111 101000 1000001 0 0 100000111 1100100 1000011

Color Harmonies of #9958FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9958FF

Black with #9958FF

Text Example


Text Example

White with #9958FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9958FF; }

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

 H1.HeaderClassName
 {
   color: #9958FF;
 }
 .AnyTagClassName
 {
   color: #9958FF;
 }
</style>

background-color css

<style>
 a { background-color: #9958FF; }

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

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

border-color css

<style>
 span { border-color: #9958FF; }

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

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