Html Css Color HEX #875AEA Medium Slate Blue

📋 copy color: '#875AEA'

red 135 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #875AEA

Tints of Medium Slate Blue #875AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 29.41%
G = 19.61%
B = 50.98%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#875AEA (or 0x875AEA) is known color: Medium Slate Blue. HEX triplet: 87, 5A and EA. RGB value is (135,90,234). Sum of RGB (Red+Green+Blue) = 135+90+234=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #875AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AEA is #78A515. Grayscale: #777777. Windows color (decimal): -7906582 or 15358599. OLE color: 15358599.

HSL color Cylindrical-coordinate representation of color #875AEA: hue angle of 258.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875AEA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 90 234 -
CMYK 0.42 0.62 0 0.08
HSL 258.75º 0.77% 0.64% -
HSV(B) 258.75º 0.62% 0.92% -
XYZ 28.5 18.4 79.89 -
YUV 119.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 135 90 234 0.42 0.62 0 0.08 258.75 0.77 0.64
Hex 87 5A EA 2A 3E 0 8 103 4D 40
Octal 207 132 352 52 76 0 10 403 115 100
Binary 10000111 1011010 11101010 101010 111110 0 1000 100000011 1001101 1000000

Color Harmonies of #875AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AEA

Black with #875AEA

Text Example


Text Example

White with #875AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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