#7D86AF

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

Shades of Wild Blue Yonder #7D86AF

Tints of Wild Blue Yonder #7D86AF

Color information

#7D86AF (or 0x7D86AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 86 and AF. RGB value is (125,134,175). Sum of RGB (Red+Green+Blue) = 125+134+175=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D86AF is #827950. Grayscale: #878787. Windows color (decimal): -8550737 or 11503229. OLE color: 11503229.

HSL color Cylindrical-coordinate representation of color #7D86AF: hue angle of 229.2º 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 #7D86AF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125134175-
CMYK0.290.2300.31
HSL229.2º23.81%58.82%-
HSV(B)229.2º28.57%68.63%-
XYZ24.7224.5143.98-
YUV135.98150.02120.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=28.80%
G=30.88%
B=40.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251341750.290.2300.31229.223.8158.82
Hex7D86AF1D1701Fe5183b
Octal17520625735270373453073
Binary1111101100001101010111111101101110111111110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,175); }

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

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

 a { background-color: rgb(125,134,175); }

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

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

 span { border-color: rgb(125,134,175); }

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