Html Css Color HEX #8766BE True V

📋 copy color: '#8766BE'

red 135 ◦ green 102 ◦ blue 190

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

Shades of True V #8766BE

Tints of True V #8766BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 31.62%
G = 23.89%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8766BE (or 0x8766BE) is known color: True V. HEX triplet: 87, 66 and BE. RGB value is (135,102,190). Sum of RGB (Red+Green+Blue) = 135+102+190=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8766BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766BE is #789941. Grayscale: #797979. Windows color (decimal): -7903554 or 12478087. OLE color: 12478087.

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

Color convert

RGB 135 102 190 -
CMYK 0.29 0.46 0 0.25
HSL 262.5º 0.4% 0.57% -
HSV(B) 262.5º 0.46% 0.75% -
XYZ 24.04 18.37 50.99 -
YUV 121.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 135 102 190 0.29 0.46 0 0.25 262.5 0.4 0.57
Hex 87 66 BE 1D 2E 0 19 106 28 39
Octal 207 146 276 35 56 0 31 406 50 71
Binary 10000111 1100110 10111110 11101 101110 0 11001 100000110 101000 111001

Color Harmonies of #8766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766BE

Black with #8766BE

Text Example


Text Example

White with #8766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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