Html Css Color HEX #875EC7 True V

📋 copy color: '#875EC7'

red 135 ◦ green 94 ◦ blue 199

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

Shades of True V #875EC7

Tints of True V #875EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 31.54%
G = 21.96%
B = 46.5%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#875EC7 (or 0x875EC7) is known color: True V. HEX triplet: 87, 5E and C7. RGB value is (135,94,199). Sum of RGB (Red+Green+Blue) = 135+94+199=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #875EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EC7 is #78A138. Grayscale: #757575. Windows color (decimal): -7905593 or 13065863. OLE color: 13065863.

HSL color Cylindrical-coordinate representation of color #875EC7: hue angle of 263.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875EC7 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 94 199 -
CMYK 0.32 0.53 0 0.22
HSL 263.43º 0.48% 0.57% -
HSV(B) 263.43º 0.53% 0.78% -
XYZ 24.3 17.28 56.09 -
YUV 118.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 135 94 199 0.32 0.53 0 0.22 263.43 0.48 0.57
Hex 87 5E C7 20 35 0 16 107 30 39
Octal 207 136 307 40 65 0 26 407 60 71
Binary 10000111 1011110 11000111 100000 110101 0 10110 100000111 110000 111001

Color Harmonies of #875EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EC7

Black with #875EC7

Text Example


Text Example

White with #875EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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