#7D96AD

Color #7D96AD Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7D96AD

Tints of Bali Hai #7D96AD

Color information

#7D96AD (or 0x7D96AD) is unknown color: approx Bali Hai. HEX triplet: 7D, 96 and AD. RGB value is (125,150,173). Sum of RGB (Red+Green+Blue) = 125+150+173=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D96AD is #826952. Grayscale: #919191. Windows color (decimal): -8546643 or 11376253. OLE color: 11376253.

HSL color Cylindrical-coordinate representation of color #7D96AD: hue angle of 208.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D96AD is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB125150173-
CMYK0.280.1300.32
HSL208.75º22.64%58.43%-
HSV(B)208.75º27.75%67.84%-
XYZ26.9129.1943.75-
YUV145.15143.72113.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=27.90%
G=33.48%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251501730.280.1300.32208.7522.6458.43
Hex7D96AD1CD020d1173a
Octal17522625534150403212772
Binary1111101100101101010110111100110101000001101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D96AD; }

 p { color: rgb(125,150,173); }

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

<style>
 a { background-color: #7D96AD; }

 a { background-color: rgb(125,150,173); }

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

<style>
 span { border-color: #7D96AD; }

 span { border-color: rgb(125,150,173); }

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