#7A8BBE

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

Shades of Wild Blue Yonder #7A8BBE

Tints of Wild Blue Yonder #7A8BBE

Color information

#7A8BBE (or 0x7A8BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8B and BE. RGB value is (122,139,190). Sum of RGB (Red+Green+Blue) = 122+139+190=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BBE is #857441. Grayscale: #8B8B8B. Windows color (decimal): -8746050 or 12487546. OLE color: 12487546.

HSL color Cylindrical-coordinate representation of color #7A8BBE: hue angle of 225º degrees, saturation: 0.34, 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 #7A8BBE is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122139190-
CMYK0.360.2700.25
HSL225º34.34%61.18%-
HSV(B)225º35.79%74.51%-
XYZ26.5526.3252.4-
YUV139.73156.37115.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=27.05%
G=30.82%
B=42.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221391900.360.2700.2522534.3461.18
Hex7A8BBE241B019e1223d
Octal17221327644330313414275
Binary111101010001011101111101001001101101100111100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,190); }

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

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

 a { background-color: rgb(122,139,190); }

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

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

 span { border-color: rgb(122,139,190); }

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