#7A7DAF

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

Shades of Wild Blue Yonder #7A7DAF

Tints of Wild Blue Yonder #7A7DAF

Color information

#7A7DAF (or 0x7A7DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7D and AF. RGB value is (122,125,175). Sum of RGB (Red+Green+Blue) = 122+125+175=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A7DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7DAF is #858250. Grayscale: #818181. Windows color (decimal): -8749649 or 11500922. OLE color: 11500922.

HSL color Cylindrical-coordinate representation of color #7A7DAF: hue angle of 236.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7DAF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122125175-
CMYK0.300.2900.31
HSL236.6º24.88%58.24%-
HSV(B)236.6º30.29%68.63%-
XYZ23.121.943.57-
YUV129.8153.51122.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=28.91%
G=29.62%
B=41.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221251750.300.2900.31236.624.8858.24
Hex7A7DAF1E1D01Fed193a
Octal17217525736350373553172
Binary111101011111011010111111110111010111111110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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