Html Css Color HEX #8085ED Light Slate Blue

📋 copy color: '#8085ED'

red 128 ◦ green 133 ◦ blue 237

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

Shades of Light Slate Blue #8085ED

Tints of Light Slate Blue #8085ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 25.7%
G = 26.71%
B = 47.59%

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

#8085ED (or 0x8085ED) is known color: Light Slate Blue. HEX triplet: 80, 85 and ED. RGB value is (128,133,237). Sum of RGB (Red+Green+Blue) = 128+133+237=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #8085ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085ED is #7F7A12. Grayscale: #8E8E8E. Windows color (decimal): -8354323 or 15566208. OLE color: 15566208.

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

Color convert

RGB 128 133 237 -
CMYK 0.46 0.44 0 0.07
HSL 237.25º 0.75% 0.72% -
HSV(B) 237.25º 0.46% 0.93% -
XYZ 32.58 27.48 83.71 -
YUV 143.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 128 133 237 0.46 0.44 0 0.07 237.25 0.75 0.72
Hex 80 85 ED 2E 2C 0 7 ED 4B 48
Octal 200 205 355 56 54 0 7 355 113 110
Binary 10000000 10000101 11101101 101110 101100 0 111 11101101 1001011 1001000

Color Harmonies of #8085ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085ED

Black with #8085ED

Text Example


Text Example

White with #8085ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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