Html Css Color HEX #8182EE Light Slate Blue

📋 copy color: '#8182EE'

red 129 ◦ green 130 ◦ blue 238

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

Shades of Light Slate Blue #8182EE

Tints of Light Slate Blue #8182EE

RGB

 RED value IS 129 (50.78% from 255) = 25.96%

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 25.96%
G = 26.16%
B = 47.89%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8182EE (or 0x8182EE) is known color: Light Slate Blue. HEX triplet: 81, 82 and EE. RGB value is (129,130,238). Sum of RGB (Red+Green+Blue) = 129+130+238=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #8182EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8182EE is #7E7D11. Grayscale: #8D8D8D. Windows color (decimal): -8289554 or 15630977. OLE color: 15630977.

HSL color Cylindrical-coordinate representation of color #8182EE: hue angle of 239.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8182EE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 130 238 -
CMYK 0.46 0.45 0 0.07
HSL 239.45º 0.76% 0.72% -
HSV(B) 239.45º 0.46% 0.93% -
XYZ 32.47 26.81 84.35 -
YUV 142.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 129 130 238 0.46 0.45 0 0.07 239.45 0.76 0.72
Hex 81 82 EE 2E 2D 0 7 EF 4C 48
Octal 201 202 356 56 55 0 7 357 114 110
Binary 10000001 10000010 11101110 101110 101101 0 111 11101111 1001100 1001000

Color Harmonies of #8182EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8182EE

Black with #8182EE

Text Example


Text Example

White with #8182EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8182EE; }

 p { color: rgb(129,130,238); }

 H1.HeaderClassName
 {
   color: #8182EE;
 }
 .AnyTagClassName
 {
   color: #8182EE;
 }
</style>

background-color css

<style>
 a { background-color: #8182EE; }

 a { background-color: rgb(129,130,238); }

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

border-color css

<style>
 span { border-color: #8182EE; }

 span { border-color: rgb(129,130,238); }

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