Html Css Color HEX #8768BB True V

📋 copy color: '#8768BB'

red 135 ◦ green 104 ◦ blue 187

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

Shades of True V #8768BB

Tints of True V #8768BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 31.69%
G = 24.41%
B = 43.9%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8768BB (or 0x8768BB) is known color: True V. HEX triplet: 87, 68 and BB. RGB value is (135,104,187). Sum of RGB (Red+Green+Blue) = 135+104+187=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #8768BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BB is #789744. Grayscale: #7A7A7A. Windows color (decimal): -7903045 or 12281991. OLE color: 12281991.

HSL color Cylindrical-coordinate representation of color #8768BB: hue angle of 262.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8768BB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 104 187 -
CMYK 0.28 0.44 0 0.27
HSL 262.41º 0.38% 0.57% -
HSV(B) 262.41º 0.44% 0.73% -
XYZ 23.91 18.64 49.35 -
YUV 122.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 135 104 187 0.28 0.44 0 0.27 262.41 0.38 0.57
Hex 87 68 BB 1C 2C 0 1B 106 26 39
Octal 207 150 273 34 54 0 33 406 46 71
Binary 10000111 1101000 10111011 11100 101100 0 11011 100000110 100110 111001

Color Harmonies of #8768BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768BB

Black with #8768BB

Text Example


Text Example

White with #8768BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8768BB; }

 p { color: rgb(135,104,187); }

 H1.HeaderClassName
 {
   color: #8768BB;
 }
 .AnyTagClassName
 {
   color: #8768BB;
 }
</style>

background-color css

<style>
 a { background-color: #8768BB; }

 a { background-color: rgb(135,104,187); }

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

border-color css

<style>
 span { border-color: #8768BB; }

 span { border-color: rgb(135,104,187); }

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