Html Css Color HEX #875FC7 True V

📋 copy color: '#875FC7'

red 135 ◦ green 95 ◦ blue 199

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

Shades of True V #875FC7

Tints of True V #875FC7

RGB

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

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

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

R = 31.47%
G = 22.14%
B = 46.39%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#875FC7 (or 0x875FC7) is known color: True V. HEX triplet: 87, 5F and C7. RGB value is (135,95,199). Sum of RGB (Red+Green+Blue) = 135+95+199=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #875FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FC7 is #78A038. Grayscale: #767676. Windows color (decimal): -7905337 or 13066119. OLE color: 13066119.

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

Color convert

RGB 135 95 199 -
CMYK 0.32 0.52 0 0.22
HSL 263.08º 0.48% 0.58% -
HSV(B) 263.08º 0.52% 0.78% -
XYZ 24.39 17.46 56.12 -
YUV 118.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 135 95 199 0.32 0.52 0 0.22 263.08 0.48 0.58
Hex 87 5F C7 20 34 0 16 107 30 3A
Octal 207 137 307 40 64 0 26 407 60 72
Binary 10000111 1011111 11000111 100000 110100 0 10110 100000111 110000 111010

Color Harmonies of #875FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FC7

Black with #875FC7

Text Example


Text Example

White with #875FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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