Html Css Color HEX #875EF8 Medium Slate Blue

📋 copy color: '#875EF8'

red 135 ◦ green 94 ◦ blue 248

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

Shades of Medium Slate Blue #875EF8

Tints of Medium Slate Blue #875EF8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 28.3%
G = 19.71%
B = 51.99%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#875EF8 (or 0x875EF8) is known color: Medium Slate Blue. HEX triplet: 87, 5E and F8. RGB value is (135,94,248). Sum of RGB (Red+Green+Blue) = 135+94+248=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #875EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EF8 is #78A107. Grayscale: #7B7B7B. Windows color (decimal): -7905544 or 16277127. OLE color: 16277127.

HSL color Cylindrical-coordinate representation of color #875EF8: hue angle of 255.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875EF8 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 94 248 -
CMYK 0.46 0.62 0 0.03
HSL 255.97º 0.92% 0.67% -
HSV(B) 255.97º 0.62% 0.97% -
XYZ 30.94 19.93 91.02 -
YUV 123.82 198.08 135.98 -
System Red Green Blue C M Y K H S L
Decimal 135 94 248 0.46 0.62 0 0.03 255.97 0.92 0.67
Hex 87 5E F8 2E 3E 0 3 100 5C 43
Octal 207 136 370 56 76 0 3 400 134 103
Binary 10000111 1011110 11111000 101110 111110 0 11 100000000 1011100 1000011

Color Harmonies of #875EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EF8

Black with #875EF8

Text Example


Text Example

White with #875EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,248); }

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

background-color css

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

 a { background-color: rgb(135,94,248); }

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

border-color css

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

 span { border-color: rgb(135,94,248); }

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