#7D9CB6

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

Shades of Bali Hai #7D9CB6

Tints of Bali Hai #7D9CB6

Color information

#7D9CB6 (or 0x7D9CB6) is unknown color: approx Bali Hai. HEX triplet: 7D, 9C and B6. RGB value is (125,156,182). Sum of RGB (Red+Green+Blue) = 125+156+182=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D9CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CB6 is #826349. Grayscale: #959595. Windows color (decimal): -8545098 or 11967613. OLE color: 11967613.

HSL color Cylindrical-coordinate representation of color #7D9CB6: hue angle of 207.37º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9CB6 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125156182-
CMYK0.310.1400.29
HSL207.37º28.08%60.2%-
HSV(B)207.37º31.32%71.37%-
XYZ28.7931.5148.82-
YUV149.7146.23110.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=27.00%
G=33.69%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251561820.310.1400.29207.3728.0860.2
Hex7D9CB61FE01Dcf1c3c
Octal17523426637160353173474
Binary111110110011100101101101111111100111011100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,156,182); }

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

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

 a { background-color: rgb(125,156,182); }

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

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

 span { border-color: rgb(125,156,182); }

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