Html Css Color HEX #8764BE True V

📋 copy color: '#8764BE'

red 135 ◦ green 100 ◦ blue 190

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

Shades of True V #8764BE

Tints of True V #8764BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

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

R = 31.76%
G = 23.53%
B = 44.71%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8764BE (or 0x8764BE) is known color: True V. HEX triplet: 87, 64 and BE. RGB value is (135,100,190). Sum of RGB (Red+Green+Blue) = 135+100+190=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8764BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764BE is #789B41. Grayscale: #787878. Windows color (decimal): -7904066 or 12477575. OLE color: 12477575.

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

Color convert

RGB 135 100 190 -
CMYK 0.29 0.47 0 0.25
HSL 263.33º 0.41% 0.57% -
HSV(B) 263.33º 0.47% 0.75% -
XYZ 23.84 17.98 50.93 -
YUV 120.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 135 100 190 0.29 0.47 0 0.25 263.33 0.41 0.57
Hex 87 64 BE 1D 2F 0 19 107 29 39
Octal 207 144 276 35 57 0 31 407 51 71
Binary 10000111 1100100 10111110 11101 101111 0 11001 100000111 101001 111001

Color Harmonies of #8764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764BE

Black with #8764BE

Text Example


Text Example

White with #8764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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