#7a8ebf

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

Shades of Wild Blue Yonder #7A8EBF

Tints of Wild Blue Yonder #7A8EBF

Color information

#7A8EBF (or 0x7A8EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8E and BF. RGB value is (122,142,191). Sum of RGB (Red+Green+Blue) = 122+142+191=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A8EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8EBF is #857140. Grayscale: #8D8D8D. Windows color (decimal): -8745281 or 12553850. OLE color: 12553850.

HSL color Cylindrical-coordinate representation of color #7A8EBF: hue angle of 222.61º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A8EBF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122142191-
CMYK0.360.2600.25
HSL222.61º35.03%61.37%-
HSV(B)222.61º36.13%74.9%-
XYZ27.127.2553.12-
YUV141.61155.87114.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 191 (75% from 255) = 41.98%
R=26.81%
G=31.21%
B=41.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221421910.360.2600.25222.6135.0361.37
Hex7A8EBF241A019df233d
Octal17221627744320313374375
Binary111101010001110101111111001001101001100111011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a8ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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