Html Css Color HEX #8771BE True V

📋 copy color: '#8771BE'

red 135 ◦ green 113 ◦ blue 190

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

Shades of True V #8771BE

Tints of True V #8771BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 30.82%
G = 25.8%
B = 43.38%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8771BE (or 0x8771BE) is known color: True V. HEX triplet: 87, 71 and BE. RGB value is (135,113,190). Sum of RGB (Red+Green+Blue) = 135+113+190=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8771BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771BE is #788E41. Grayscale: #808080. Windows color (decimal): -7900738 or 12480903. OLE color: 12480903.

HSL color Cylindrical-coordinate representation of color #8771BE: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8771BE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 113 190 -
CMYK 0.29 0.41 0 0.25
HSL 257.14º 0.37% 0.59% -
HSV(B) 257.14º 0.41% 0.75% -
XYZ 25.19 20.68 51.38 -
YUV 128.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 135 113 190 0.29 0.41 0 0.25 257.14 0.37 0.59
Hex 87 71 BE 1D 29 0 19 101 25 3B
Octal 207 161 276 35 51 0 31 401 45 73
Binary 10000111 1110001 10111110 11101 101001 0 11001 100000001 100101 111011

Color Harmonies of #8771BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771BE

Black with #8771BE

Text Example


Text Example

White with #8771BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8771BE; }

 p { color: rgb(135,113,190); }

 H1.HeaderClassName
 {
   color: #8771BE;
 }
 .AnyTagClassName
 {
   color: #8771BE;
 }
</style>

background-color css

<style>
 a { background-color: #8771BE; }

 a { background-color: rgb(135,113,190); }

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

border-color css

<style>
 span { border-color: #8771BE; }

 span { border-color: rgb(135,113,190); }

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