Html Css Color HEX #8085EE Light Slate Blue

📋 copy color: '#8085EE'

red 128 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #8085EE

Tints of Light Slate Blue #8085EE

RGB

 RED value IS 128 (50.39% from 255) = 25.65%

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

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

R = 25.65%
G = 26.65%
B = 47.7%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8085EE (or 0x8085EE) is known color: Light Slate Blue. HEX triplet: 80, 85 and EE. RGB value is (128,133,238). Sum of RGB (Red+Green+Blue) = 128+133+238=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8085EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085EE is #7F7A11. Grayscale: #8F8F8F. Windows color (decimal): -8354322 or 15631744. OLE color: 15631744.

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

Color convert

RGB 128 133 238 -
CMYK 0.46 0.44 0 0.07
HSL 237.27º 0.76% 0.72% -
HSV(B) 237.27º 0.46% 0.93% -
XYZ 32.72 27.54 84.48 -
YUV 143.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 128 133 238 0.46 0.44 0 0.07 237.27 0.76 0.72
Hex 80 85 EE 2E 2C 0 7 ED 4C 48
Octal 200 205 356 56 54 0 7 355 114 110
Binary 10000000 10000101 11101110 101110 101100 0 111 11101101 1001100 1001000

Color Harmonies of #8085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085EE

Black with #8085EE

Text Example


Text Example

White with #8085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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