Html Css Color HEX #9D80F6 Light Slate Blue

📋 copy color: '#9D80F6'

red 157 ◦ green 128 ◦ blue 246

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

Shades of Light Slate Blue #9D80F6

Tints of Light Slate Blue #9D80F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 29.57%
G = 24.11%
B = 46.33%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9D80F6 (or 0x9D80F6) is known color: Light Slate Blue. HEX triplet: 9D, 80 and F6. RGB value is (157,128,246). Sum of RGB (Red+Green+Blue) = 157+128+246=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D80F6 is #627F09. Grayscale: #959595. Windows color (decimal): -6455050 or 16154781. OLE color: 16154781.

HSL color Cylindrical-coordinate representation of color #9D80F6: hue angle of 254.75º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D80F6 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 128 246 -
CMYK 0.36 0.48 0 0.04
HSL 254.75º 0.87% 0.73% -
HSV(B) 254.75º 0.48% 0.96% -
XYZ 38.26 29.26 90.82 -
YUV 150.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 157 128 246 0.36 0.48 0 0.04 254.75 0.87 0.73
Hex 9D 80 F6 24 30 0 4 FF 57 49
Octal 235 200 366 44 60 0 4 377 127 111
Binary 10011101 10000000 11110110 100100 110000 0 100 11111111 1010111 1001001

Color Harmonies of #9D80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D80F6

Black with #9D80F6

Text Example


Text Example

White with #9D80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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