#9077bf

Color #9077BF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9077BF

Tints of True V #9077BF

Color information

#9077BF (or 0x9077BF) is unknown color: approx True V. HEX triplet: 90, 77 and BF. RGB value is (144,119,191). Sum of RGB (Red+Green+Blue) = 144+119+191=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9077BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BF is #6F8840. Grayscale: #868686. Windows color (decimal): -7309377 or 12547984. OLE color: 12547984.

HSL color Cylindrical-coordinate representation of color #9077BF: hue angle of 260.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9077BF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144119191-
CMYK0.250.3800.25
HSL260.83º36%60.78%-
HSV(B)260.83º37.7%74.9%-
XYZ27.522.8852.26-
YUV134.68159.78134.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 191 (75% from 255) = 42.07%
R=31.72%
G=26.21%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441191910.250.3800.25260.833660.78
Hex9077BF1926019105243d
Octal22016727731460314054475
Binary1001000011101111011111111001100110011001100000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077bf; }

 p { color: rgb(144,119,191); }

 H1.HeaderClassName
 {
   color: #9077bf;
 }
 .AnyTagClassName
 {
   color: #9077bf;
 }
</style>
background-color css

<style>
 a { background-color: #9077bf; }

 a { background-color: rgb(144,119,191); }

 div.DivClassName
 {
   background-color: #9077bf;
 }
 .BgClassName
 {
   background-color: #9077bf;
 }
</style>
border-color css

<style>
 span { border-color: #9077bf; }

 span { border-color: rgb(144,119,191); }

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