#7A8ACD

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

Shades of Wild Blue Yonder #7A8ACD

Tints of Wild Blue Yonder #7A8ACD

Color information

#7A8ACD (or 0x7A8ACD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8A and CD. RGB value is (122,138,205). Sum of RGB (Red+Green+Blue) = 122+138+205=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A8ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ACD is #857532. Grayscale: #8C8C8C. Windows color (decimal): -8746291 or 13470330. OLE color: 13470330.

HSL color Cylindrical-coordinate representation of color #7A8ACD: hue angle of 228.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A8ACD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122138205-
CMYK0.400.3300.20
HSL228.43º45.36%64.12%-
HSV(B)228.43º40.49%80.39%-
XYZ28.1326.7261.43-
YUV140.85164.2114.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=26.24%
G=29.68%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221382050.400.3300.20228.4345.3664.12
Hex7A8ACD2821014e42d40
Octal172212315504102434455100
Binary11110101000101011001101101000100001010100111001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,138,205); }

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

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

 a { background-color: rgb(122,138,205); }

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

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

 span { border-color: rgb(122,138,205); }

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