Html Css Color HEX #8766BC True V

📋 copy color: '#8766BC'

red 135 ◦ green 102 ◦ blue 188

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

Shades of True V #8766BC

Tints of True V #8766BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 31.76%
G = 24%
B = 44.24%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8766BC (or 0x8766BC) is known color: True V. HEX triplet: 87, 66 and BC. RGB value is (135,102,188). Sum of RGB (Red+Green+Blue) = 135+102+188=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #8766BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766BC is #789943. Grayscale: #797979. Windows color (decimal): -7903556 or 12347015. OLE color: 12347015.

HSL color Cylindrical-coordinate representation of color #8766BC: hue angle of 263.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8766BC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 102 188 -
CMYK 0.28 0.46 0 0.26
HSL 263.02º 0.39% 0.57% -
HSV(B) 263.02º 0.46% 0.74% -
XYZ 23.82 18.28 49.85 -
YUV 121.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 135 102 188 0.28 0.46 0 0.26 263.02 0.39 0.57
Hex 87 66 BC 1C 2E 0 1A 107 27 39
Octal 207 146 274 34 56 0 32 407 47 71
Binary 10000111 1100110 10111100 11100 101110 0 11010 100000111 100111 111001

Color Harmonies of #8766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8766BC

Black with #8766BC

Text Example


Text Example

White with #8766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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