Html Css Color HEX #9D82FE Light Slate Blue

📋 copy color: '#9D82FE'

red 157 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #9D82FE

Tints of Light Slate Blue #9D82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

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

R = 29.02%
G = 24.03%
B = 46.95%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D82FE (or 0x9D82FE) is known color: Light Slate Blue. HEX triplet: 9D, 82 and FE. RGB value is (157,130,254). Sum of RGB (Red+Green+Blue) = 157+130+254=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D82FE is #627D01. Grayscale: #979797. Windows color (decimal): -6454530 or 16679581. OLE color: 16679581.

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

Color convert

RGB 157 130 254 -
CMYK 0.38 0.49 0 0.00
HSL 253.06º 0.98% 0.75% -
HSV(B) 253.06º 0.49% 1% -
XYZ 39.78 30.29 97.52 -
YUV 152.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 157 130 254 0.38 0.49 0 0.00 253.06 0.98 0.75
Hex 9D 82 FE 26 31 0 0 FD 62 4B
Octal 235 202 376 46 61 0 0 375 142 113
Binary 10011101 10000010 11111110 100110 110001 0 0 11111101 1100010 1001011

Color Harmonies of #9D82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D82FE

Black with #9D82FE

Text Example


Text Example

White with #9D82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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