#7D97B9

Color #7D97B9 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7D97B9

Tints of Wild Blue Yonder #7D97B9

Color information

#7D97B9 (or 0x7D97B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 97 and B9. RGB value is (125,151,185). Sum of RGB (Red+Green+Blue) = 125+151+185=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D97B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97B9 is #826846. Grayscale: #929292. Windows color (decimal): -8546375 or 12162941. OLE color: 12162941.

HSL color Cylindrical-coordinate representation of color #7D97B9: hue angle of 214º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D97B9 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125151185-
CMYK0.320.1800.27
HSL214º30%60.78%-
HSV(B)214º32.43%72.55%-
XYZ28.283050.2-
YUV147.1149.39112.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=27.11%
G=32.75%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251511850.320.1800.272143060.78
Hex7D97B9201201Bd61e3d
Octal17522727140220333263675
Binary11111011001011110111001100000100100110111101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,185); }

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

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

 a { background-color: rgb(125,151,185); }

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

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

 span { border-color: rgb(125,151,185); }

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