#7A99BC

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

Shades of Wild Blue Yonder #7A99BC

Tints of Wild Blue Yonder #7A99BC

Color information

#7A99BC (or 0x7A99BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 99 and BC. RGB value is (122,153,188). Sum of RGB (Red+Green+Blue) = 122+153+188=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A99BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99BC is #856643. Grayscale: #939393. Windows color (decimal): -8742468 or 12360058. OLE color: 12360058.

HSL color Cylindrical-coordinate representation of color #7A99BC: hue angle of 211.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A99BC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122153188-
CMYK0.350.1900.26
HSL211.82º33%60.78%-
HSV(B)211.82º35.11%73.73%-
XYZ28.4930.5551.97-
YUV147.72150.73109.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=26.35%
G=33.05%
B=40.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221531880.350.1900.26211.823360.78
Hex7A99BC231301Ad4213d
Octal17223127443230323244175
Binary111101010011001101111001000111001101101011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,153,188); }

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

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

 a { background-color: rgb(122,153,188); }

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

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

 span { border-color: rgb(122,153,188); }

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