Html Css Color HEX #875AEF Medium Slate Blue

📋 copy color: '#875AEF'

red 135 ◦ green 90 ◦ blue 239

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

Shades of Medium Slate Blue #875AEF

Tints of Medium Slate Blue #875AEF

RGB

 RED value IS 135 (53.13% from 255) = 29.09%

 GREEN value IS 90 (35.55% from 255) = 19.4%

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

R = 29.09%
G = 19.4%
B = 51.51%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#875AEF (or 0x875AEF) is known color: Medium Slate Blue. HEX triplet: 87, 5A and EF. RGB value is (135,90,239). Sum of RGB (Red+Green+Blue) = 135+90+239=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #875AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AEF is #78A510. Grayscale: #777777. Windows color (decimal): -7906577 or 15686279. OLE color: 15686279.

HSL color Cylindrical-coordinate representation of color #875AEF: hue angle of 258.12º 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 #875AEF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 90 239 -
CMYK 0.44 0.62 0 0.06
HSL 258.12º 0.82% 0.65% -
HSV(B) 258.12º 0.62% 0.94% -
XYZ 29.23 18.7 83.73 -
YUV 120.44 194.91 138.38 -
System Red Green Blue C M Y K H S L
Decimal 135 90 239 0.44 0.62 0 0.06 258.12 0.82 0.65
Hex 87 5A EF 2C 3E 0 6 102 52 41
Octal 207 132 357 54 76 0 6 402 122 101
Binary 10000111 1011010 11101111 101100 111110 0 110 100000010 1010010 1000001

Color Harmonies of #875AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AEF

Black with #875AEF

Text Example


Text Example

White with #875AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875AEF;
 }
 .AnyTagClassName
 {
   color: #875AEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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