Html Css Color HEX #9D80F8 Light Slate Blue

📋 copy color: '#9D80F8'

red 157 ◦ green 128 ◦ blue 248

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

Shades of Light Slate Blue #9D80F8

Tints of Light Slate Blue #9D80F8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 248 (97.27% from 255) = 46.53%

R = 29.46%
G = 24.02%
B = 46.53%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9D80F8 (or 0x9D80F8) is known color: Light Slate Blue. HEX triplet: 9D, 80 and F8. RGB value is (157,128,248). Sum of RGB (Red+Green+Blue) = 157+128+248=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D80F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D80F8 is #627F07. Grayscale: #959595. Windows color (decimal): -6455048 or 16285853. OLE color: 16285853.

HSL color Cylindrical-coordinate representation of color #9D80F8: hue angle of 254.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D80F8 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 128 248 -
CMYK 0.37 0.48 0 0.03
HSL 254.5º 0.9% 0.74% -
HSV(B) 254.5º 0.48% 0.97% -
XYZ 38.57 29.38 92.45 -
YUV 150.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 157 128 248 0.37 0.48 0 0.03 254.5 0.9 0.74
Hex 9D 80 F8 25 30 0 3 FE 5A 4A
Octal 235 200 370 45 60 0 3 376 132 112
Binary 10011101 10000000 11111000 100101 110000 0 11 11111110 1011010 1001010

Color Harmonies of #9D80F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D80F8

Black with #9D80F8

Text Example


Text Example

White with #9D80F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,128,248); }

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

background-color css

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

 a { background-color: rgb(157,128,248); }

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

border-color css

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

 span { border-color: rgb(157,128,248); }

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