#7488BB

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

Shades of Wild Blue Yonder #7488BB

Tints of Wild Blue Yonder #7488BB

Color information

#7488BB (or 0x7488BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 88 and BB. RGB value is (116,136,187). Sum of RGB (Red+Green+Blue) = 116+136+187=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #7488BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BB is #8B7744. Grayscale: #878787. Windows color (decimal): -9140037 or 12290164. OLE color: 12290164.

HSL color Cylindrical-coordinate representation of color #7488BB: hue angle of 223.1º 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 #7488BB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116136187-
CMYK0.380.2700.27
HSL223.1º34.3%59.41%-
HSV(B)223.1º37.97%73.33%-
XYZ24.9824.9150.51-
YUV135.83156.87113.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=26.42%
G=30.98%
B=42.60%

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
Decimal1161361870.380.2700.27223.134.359.41
Hex7488BB261B01Bdf223b
Octal16421027346330333374273
Binary111010010001000101110111001101101101101111011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7488BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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