Html Css Color HEX #8286EE Light Slate Blue

📋 copy color: '#8286EE'

red 130 ◦ green 134 ◦ blue 238

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

Shades of Light Slate Blue #8286EE

Tints of Light Slate Blue #8286EE

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8286EE (or 0x8286EE) is known color: Light Slate Blue. HEX triplet: 82, 86 and EE. RGB value is (130,134,238). Sum of RGB (Red+Green+Blue) = 130+134+238=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 134 (52.73% from 255 or 26.69% 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 #8286EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8286EE is #7D7911. Grayscale: #909090. Windows color (decimal): -8222994 or 15632002. OLE color: 15632002.

HSL color Cylindrical-coordinate representation of color #8286EE: hue angle of 237.78º 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 #8286EE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 134 238 -
CMYK 0.45 0.44 0 0.07
HSL 237.78º 0.76% 0.72% -
HSV(B) 237.78º 0.45% 0.93% -
XYZ 33.16 27.97 84.54 -
YUV 144.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 130 134 238 0.45 0.44 0 0.07 237.78 0.76 0.72
Hex 82 86 EE 2D 2C 0 7 EE 4C 48
Octal 202 206 356 55 54 0 7 356 114 110
Binary 10000010 10000110 11101110 101101 101100 0 111 11101110 1001100 1001000

Color Harmonies of #8286EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8286EE

Black with #8286EE

Text Example


Text Example

White with #8286EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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