#7A8ECC

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

Shades of Wild Blue Yonder #7A8ECC

Tints of Wild Blue Yonder #7A8ECC

Color information

#7A8ECC (or 0x7A8ECC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8E and CC. RGB value is (122,142,204). Sum of RGB (Red+Green+Blue) = 122+142+204=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ECC is #857133. Grayscale: #8E8E8E. Windows color (decimal): -8745268 or 13405818. OLE color: 13405818.

HSL color Cylindrical-coordinate representation of color #7A8ECC: hue angle of 225.37º 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 #7A8ECC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122142204-
CMYK0.400.3000.2
HSL225.37º44.57%63.92%-
HSV(B)225.37º40.2%80%-
XYZ28.627.8460.99-
YUV143.09162.37112.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.07%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=26.07%
G=30.34%
B=43.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221422040.400.3000.2225.3744.5763.92
Hex7A8ECC281E014e12d40
Octal172216314503602434155100
Binary1111010100011101100110010100011110010100111000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,204); }

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

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

 a { background-color: rgb(122,142,204); }

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

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

 span { border-color: rgb(122,142,204); }

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