#875CEF

Color #875CEF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #875CEF

Tints of Medium Slate Blue #875CEF

Color information

#875CEF (or 0x875CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 5C and EF. RGB value is (135,92,239). Sum of RGB (Red+Green+Blue) = 135+92+239=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #875CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CEF is #78A310. Grayscale: #797979. Windows color (decimal): -7906065 or 15686791. OLE color: 15686791.

HSL color Cylindrical-coordinate representation of color #875CEF: hue angle of 257.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875CEF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13592239-
CMYK0.440.6200.06
HSL257.55º82.12%64.9%-
HSV(B)257.55º61.51%93.73%-
XYZ29.419.0483.79-
YUV121.62194.25137.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 239 (93.75% from 255) = 51.29%
R=28.97%
G=19.74%
B=51.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal135922390.440.6200.06257.5582.1264.9
Hex875CEF2C3E061025241
Octal207134357547606402122101
Binary10000111101110011101111101100111110011010000001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875CEF; }

 p { color: rgb(135,92,239); }

 H1.HeaderClassName
 {
   color: #875CEF;
 }
 .AnyTagClassName
 {
   color: #875CEF;
 }
</style>
background-color css

<style>
 a { background-color: #875CEF; }

 a { background-color: rgb(135,92,239); }

 div.DivClassName
 {
   background-color: #875CEF;
 }
 .BgClassName
 {
   background-color: #875CEF;
 }
</style>
border-color css

<style>
 span { border-color: #875CEF; }

 span { border-color: rgb(135,92,239); }

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