#7C81AF

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

Shades of Wild Blue Yonder #7C81AF

Tints of Wild Blue Yonder #7C81AF

Color information

#7C81AF (or 0x7C81AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 81 and AF. RGB value is (124,129,175). Sum of RGB (Red+Green+Blue) = 124+129+175=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C81AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C81AF is #837E50. Grayscale: #848484. Windows color (decimal): -8617553 or 11501948. OLE color: 11501948.

HSL color Cylindrical-coordinate representation of color #7C81AF: hue angle of 234.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C81AF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124129175-
CMYK0.290.2600.31
HSL234.12º24.17%58.63%-
HSV(B)234.12º29.14%68.63%-
XYZ23.923.0843.75-
YUV132.75151.84121.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=28.97%
G=30.14%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241291750.290.2600.31234.1224.1758.63
Hex7C81AF1D1A01Fea183b
Octal17420125735320373523073
Binary1111100100000011010111111101110100111111110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,175); }

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

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

 a { background-color: rgb(124,129,175); }

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

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

 span { border-color: rgb(124,129,175); }

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