Html Css Color HEX #8085EF Light Slate Blue

📋 copy color: '#8085EF'

red 128 ◦ green 133 ◦ blue 239

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

Shades of Light Slate Blue #8085EF

Tints of Light Slate Blue #8085EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 25.6%
G = 26.6%
B = 47.8%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8085EF (or 0x8085EF) is known color: Light Slate Blue. HEX triplet: 80, 85 and EF. RGB value is (128,133,239). Sum of RGB (Red+Green+Blue) = 128+133+239=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8085EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085EF is #7F7A10. Grayscale: #8F8F8F. Windows color (decimal): -8354321 or 15697280. OLE color: 15697280.

HSL color Cylindrical-coordinate representation of color #8085EF: hue angle of 237.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8085EF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 133 239 -
CMYK 0.46 0.44 0 0.06
HSL 237.3º 0.78% 0.72% -
HSV(B) 237.3º 0.46% 0.94% -
XYZ 32.87 27.6 85.26 -
YUV 143.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 128 133 239 0.46 0.44 0 0.06 237.3 0.78 0.72
Hex 80 85 EF 2E 2C 0 6 ED 4E 48
Octal 200 205 357 56 54 0 6 355 116 110
Binary 10000000 10000101 11101111 101110 101100 0 110 11101101 1001110 1001000

Color Harmonies of #8085EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085EF

Black with #8085EF

Text Example


Text Example

White with #8085EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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