Html Css Color HEX #8D77BB True V

📋 copy color: '#8D77BB'

red 141 ◦ green 119 ◦ blue 187

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

Shades of True V #8D77BB

Tints of True V #8D77BB

RGB

 RED value IS 141 (55.47% from 255) = 31.54%

 GREEN value IS 119 (46.88% from 255) = 26.62%

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

R = 31.54%
G = 26.62%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D77BB (or 0x8D77BB) is known color: True V. HEX triplet: 8D, 77 and BB. RGB value is (141,119,187). Sum of RGB (Red+Green+Blue) = 141+119+187=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77BB is #728844. Grayscale: #858585. Windows color (decimal): -7505989 or 12285837. OLE color: 12285837.

HSL color Cylindrical-coordinate representation of color #8D77BB: hue angle of 259.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D77BB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 119 187 -
CMYK 0.25 0.36 0 0.27
HSL 259.41º 0.33% 0.6% -
HSV(B) 259.41º 0.36% 0.73% -
XYZ 26.55 22.44 49.95 -
YUV 133.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 141 119 187 0.25 0.36 0 0.27 259.41 0.33 0.6
Hex 8D 77 BB 19 24 0 1B 103 21 3C
Octal 215 167 273 31 44 0 33 403 41 74
Binary 10001101 1110111 10111011 11001 100100 0 11011 100000011 100001 111100

Color Harmonies of #8D77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D77BB

Black with #8D77BB

Text Example


Text Example

White with #8D77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D77BB; }

 p { color: rgb(141,119,187); }

 H1.HeaderClassName
 {
   color: #8D77BB;
 }
 .AnyTagClassName
 {
   color: #8D77BB;
 }
</style>

background-color css

<style>
 a { background-color: #8D77BB; }

 a { background-color: rgb(141,119,187); }

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

border-color css

<style>
 span { border-color: #8D77BB; }

 span { border-color: rgb(141,119,187); }

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