Html Css Color HEX #875AEE Medium Slate Blue

📋 copy color: '#875AEE'

red 135 ◦ green 90 ◦ blue 238

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

Shades of Medium Slate Blue #875AEE

Tints of Medium Slate Blue #875AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 29.16%
G = 19.44%
B = 51.4%

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

#875AEE (or 0x875AEE) is known color: Medium Slate Blue. HEX triplet: 87, 5A and EE. RGB value is (135,90,238). Sum of RGB (Red+Green+Blue) = 135+90+238=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #875AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AEE is #78A511. Grayscale: #777777. Windows color (decimal): -7906578 or 15620743. OLE color: 15620743.

HSL color Cylindrical-coordinate representation of color #875AEE: hue angle of 258.24º degrees, saturation: 0.81, 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 #875AEE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 90 238 -
CMYK 0.43 0.62 0 0.07
HSL 258.24º 0.81% 0.64% -
HSV(B) 258.24º 0.62% 0.93% -
XYZ 29.08 18.64 82.95 -
YUV 120.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 135 90 238 0.43 0.62 0 0.07 258.24 0.81 0.64
Hex 87 5A EE 2B 3E 0 7 102 51 40
Octal 207 132 356 53 76 0 7 402 121 100
Binary 10000111 1011010 11101110 101011 111110 0 111 100000010 1010001 1000000

Color Harmonies of #875AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AEE

Black with #875AEE

Text Example


Text Example

White with #875AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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