Html Css Color HEX #875FE4 Medium Slate Blue

📋 copy color: '#875FE4'

red 135 ◦ green 95 ◦ blue 228

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

Shades of Medium Slate Blue #875FE4

Tints of Medium Slate Blue #875FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.74%

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 29.48%
G = 20.74%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#875FE4 (or 0x875FE4) is known color: Medium Slate Blue. HEX triplet: 87, 5F and E4. RGB value is (135,95,228). Sum of RGB (Red+Green+Blue) = 135+95+228=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #875FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FE4 is #78A01B. Grayscale: #797979. Windows color (decimal): -7905308 or 14966663. OLE color: 14966663.

HSL color Cylindrical-coordinate representation of color #875FE4: hue angle of 258.05º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875FE4 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 95 228 -
CMYK 0.41 0.58 0 0.11
HSL 258.05º 0.71% 0.63% -
HSV(B) 258.05º 0.58% 0.89% -
XYZ 28.09 18.94 75.57 -
YUV 122.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 135 95 228 0.41 0.58 0 0.11 258.05 0.71 0.63
Hex 87 5F E4 29 3A 0 B 102 47 3F
Octal 207 137 344 51 72 0 13 402 107 77
Binary 10000111 1011111 11100100 101001 111010 0 1011 100000010 1000111 111111

Color Harmonies of #875FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FE4

Black with #875FE4

Text Example


Text Example

White with #875FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,228); }

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

background-color css

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

 a { background-color: rgb(135,95,228); }

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

border-color css

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

 span { border-color: rgb(135,95,228); }

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