Html Css Color HEX #875ECF True V

📋 copy color: '#875ECF'

red 135 ◦ green 94 ◦ blue 207

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

Shades of True V #875ECF

Tints of True V #875ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 30.96%
G = 21.56%
B = 47.48%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#875ECF (or 0x875ECF) is known color: True V. HEX triplet: 87, 5E and CF. RGB value is (135,94,207). Sum of RGB (Red+Green+Blue) = 135+94+207=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #875ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ECF is #78A130. Grayscale: #767676. Windows color (decimal): -7905585 or 13590151. OLE color: 13590151.

HSL color Cylindrical-coordinate representation of color #875ECF: hue angle of 261.77º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875ECF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 94 207 -
CMYK 0.35 0.55 0 0.19
HSL 261.77º 0.54% 0.59% -
HSV(B) 261.77º 0.55% 0.81% -
XYZ 25.26 17.66 61.11 -
YUV 119.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 135 94 207 0.35 0.55 0 0.19 261.77 0.54 0.59
Hex 87 5E CF 23 37 0 13 106 36 3B
Octal 207 136 317 43 67 0 23 406 66 73
Binary 10000111 1011110 11001111 100011 110111 0 10011 100000110 110110 111011

Color Harmonies of #875ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ECF

Black with #875ECF

Text Example


Text Example

White with #875ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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