Html Css Color HEX #8D82EA Light Slate Blue

📋 copy color: '#8D82EA'

red 141 ◦ green 130 ◦ blue 234

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

Shades of Light Slate Blue #8D82EA

Tints of Light Slate Blue #8D82EA

RGB

 RED value IS 141 (55.47% from 255) = 27.92%

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 27.92%
G = 25.74%
B = 46.34%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D82EA (or 0x8D82EA) is known color: Light Slate Blue. HEX triplet: 8D, 82 and EA. RGB value is (141,130,234). Sum of RGB (Red+Green+Blue) = 141+130+234=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82EA is #727D15. Grayscale: #909090. Windows color (decimal): -7503126 or 15368845. OLE color: 15368845.

HSL color Cylindrical-coordinate representation of color #8D82EA: hue angle of 246.35º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D82EA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 130 234 -
CMYK 0.40 0.44 0 0.08
HSL 246.35º 0.71% 0.71% -
HSV(B) 246.35º 0.44% 0.92% -
XYZ 33.82 27.57 81.38 -
YUV 145.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 141 130 234 0.40 0.44 0 0.08 246.35 0.71 0.71
Hex 8D 82 EA 28 2C 0 8 F6 47 47
Octal 215 202 352 50 54 0 10 366 107 107
Binary 10001101 10000010 11101010 101000 101100 0 1000 11110110 1000111 1000111

Color Harmonies of #8D82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D82EA

Black with #8D82EA

Text Example


Text Example

White with #8D82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D82EA; }

 p { color: rgb(141,130,234); }

 H1.HeaderClassName
 {
   color: #8D82EA;
 }
 .AnyTagClassName
 {
   color: #8D82EA;
 }
</style>

background-color css

<style>
 a { background-color: #8D82EA; }

 a { background-color: rgb(141,130,234); }

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

border-color css

<style>
 span { border-color: #8D82EA; }

 span { border-color: rgb(141,130,234); }

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