Html Css Color HEX #8285EE Light Slate Blue

📋 copy color: '#8285EE'

red 130 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #8285EE

Tints of Light Slate Blue #8285EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 25.95%
G = 26.55%
B = 47.5%

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

#8285EE (or 0x8285EE) is known color: Light Slate Blue. HEX triplet: 82, 85 and EE. RGB value is (130,133,238). Sum of RGB (Red+Green+Blue) = 130+133+238=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #8285EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285EE is #7D7A11. Grayscale: #8F8F8F. Windows color (decimal): -8223250 or 15631746. OLE color: 15631746.

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

Color convert

RGB 130 133 238 -
CMYK 0.45 0.44 0 0.07
HSL 238.33º 0.76% 0.72% -
HSV(B) 238.33º 0.45% 0.93% -
XYZ 33.03 27.69 84.49 -
YUV 144.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 130 133 238 0.45 0.44 0 0.07 238.33 0.76 0.72
Hex 82 85 EE 2D 2C 0 7 EE 4C 48
Octal 202 205 356 55 54 0 7 356 114 110
Binary 10000010 10000101 11101110 101101 101100 0 111 11101110 1001100 1001000

Color Harmonies of #8285EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285EE

Black with #8285EE

Text Example


Text Example

White with #8285EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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