Html Css Color HEX #8A77BE True V

📋 copy color: '#8A77BE'

red 138 ◦ green 119 ◦ blue 190

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

Shades of True V #8A77BE

Tints of True V #8A77BE

RGB

 RED value IS 138 (54.3% from 255) = 30.87%

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

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

R = 30.87%
G = 26.62%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A77BE (or 0x8A77BE) is known color: True V. HEX triplet: 8A, 77 and BE. RGB value is (138,119,190). Sum of RGB (Red+Green+Blue) = 138+119+190=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BE is #758841. Grayscale: #848484. Windows color (decimal): -7702594 or 12482442. OLE color: 12482442.

HSL color Cylindrical-coordinate representation of color #8A77BE: hue angle of 256.06º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A77BE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 119 190 -
CMYK 0.27 0.37 0 0.25
HSL 256.06º 0.35% 0.61% -
HSV(B) 256.06º 0.37% 0.75% -
XYZ 26.37 22.31 51.63 -
YUV 132.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 138 119 190 0.27 0.37 0 0.25 256.06 0.35 0.61
Hex 8A 77 BE 1B 25 0 19 100 23 3D
Octal 212 167 276 33 45 0 31 400 43 75
Binary 10001010 1110111 10111110 11011 100101 0 11001 100000000 100011 111101

Color Harmonies of #8A77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77BE

Black with #8A77BE

Text Example


Text Example

White with #8A77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,190); }

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

background-color css

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

 a { background-color: rgb(138,119,190); }

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

border-color css

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

 span { border-color: rgb(138,119,190); }

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