#7488BA

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

Shades of Wild Blue Yonder #7488BA

Tints of Wild Blue Yonder #7488BA

Color information

#7488BA (or 0x7488BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 88 and BA. RGB value is (116,136,186). Sum of RGB (Red+Green+Blue) = 116+136+186=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7488BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BA is #8B7745. Grayscale: #878787. Windows color (decimal): -9140038 or 12224628. OLE color: 12224628.

HSL color Cylindrical-coordinate representation of color #7488BA: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7488BA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116136186-
CMYK0.380.2700.27
HSL222.86º33.65%59.22%-
HSV(B)222.86º37.63%72.94%-
XYZ24.8724.8749.94-
YUV135.72156.37113.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=26.48%
G=31.05%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161361860.380.2700.27222.8633.6559.22
Hex7488BA261B01Bdf223b
Octal16421027246330333374273
Binary111010010001000101110101001101101101101111011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7488BA; }

 p { color: rgb(116,136,186); }

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

<style>
 a { background-color: #7488BA; }

 a { background-color: rgb(116,136,186); }

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

<style>
 span { border-color: #7488BA; }

 span { border-color: rgb(116,136,186); }

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