#7A88BE

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

Shades of Wild Blue Yonder #7A88BE

Tints of Wild Blue Yonder #7A88BE

Color information

#7A88BE (or 0x7A88BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 88 and BE. RGB value is (122,136,190). Sum of RGB (Red+Green+Blue) = 122+136+190=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88BE is #857741. Grayscale: #898989. Windows color (decimal): -8746818 or 12486778. OLE color: 12486778.

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

Color convert

RGB122136190-
CMYK0.360.2800.25
HSL227.65º34.34%61.18%-
HSV(B)227.65º35.79%74.51%-
XYZ26.1225.4652.25-
YUV137.97157.36116.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.23%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=27.23%
G=30.36%
B=42.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221361900.360.2800.25227.6534.3461.18
Hex7A88BE241C019e4223d
Octal17221027644340313444275
Binary111101010001000101111101001001110001100111100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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