Html Css Color HEX #875AEC Medium Slate Blue

📋 copy color: '#875AEC'

red 135 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #875AEC

Tints of Medium Slate Blue #875AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.19%

R = 29.28%
G = 19.52%
B = 51.19%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#875AEC (or 0x875AEC) is known color: Medium Slate Blue. HEX triplet: 87, 5A and EC. RGB value is (135,90,236). Sum of RGB (Red+Green+Blue) = 135+90+236=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #875AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AEC is #78A513. Grayscale: #777777. Windows color (decimal): -7906580 or 15489671. OLE color: 15489671.

HSL color Cylindrical-coordinate representation of color #875AEC: hue angle of 258.49º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875AEC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 90 236 -
CMYK 0.43 0.62 0 0.07
HSL 258.49º 0.79% 0.64% -
HSV(B) 258.49º 0.62% 0.93% -
XYZ 28.79 18.52 81.41 -
YUV 120.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 135 90 236 0.43 0.62 0 0.07 258.49 0.79 0.64
Hex 87 5A EC 2B 3E 0 7 102 4F 40
Octal 207 132 354 53 76 0 7 402 117 100
Binary 10000111 1011010 11101100 101011 111110 0 111 100000010 1001111 1000000

Color Harmonies of #875AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AEC

Black with #875AEC

Text Example


Text Example

White with #875AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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