Html Css Color HEX #8682EE Light Slate Blue

📋 copy color: '#8682EE'

red 134 ◦ green 130 ◦ blue 238

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

Shades of Light Slate Blue #8682EE

Tints of Light Slate Blue #8682EE

RGB

 RED value IS 134 (52.73% from 255) = 26.69%

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

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

R = 26.69%
G = 25.9%
B = 47.41%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8682EE (or 0x8682EE) is known color: Light Slate Blue. HEX triplet: 86, 82 and EE. RGB value is (134,130,238). Sum of RGB (Red+Green+Blue) = 134+130+238=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #8682EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682EE is #797D11. Grayscale: #8F8F8F. Windows color (decimal): -7961874 or 15630982. OLE color: 15630982.

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

Color convert

RGB 134 130 238 -
CMYK 0.44 0.45 0 0.07
HSL 242.22º 0.76% 0.72% -
HSV(B) 242.22º 0.45% 0.93% -
XYZ 33.25 27.21 84.39 -
YUV 143.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 134 130 238 0.44 0.45 0 0.07 242.22 0.76 0.72
Hex 86 82 EE 2C 2D 0 7 F2 4C 48
Octal 206 202 356 54 55 0 7 362 114 110
Binary 10000110 10000010 11101110 101100 101101 0 111 11110010 1001100 1001000

Color Harmonies of #8682EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8682EE

Black with #8682EE

Text Example


Text Example

White with #8682EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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