#7487BF

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

Shades of Wild Blue Yonder #7487BF

Tints of Wild Blue Yonder #7487BF

Color information

#7487BF (or 0x7487BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 87 and BF. RGB value is (116,135,191). Sum of RGB (Red+Green+Blue) = 116+135+191=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #7487BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487BF is #8B7840. Grayscale: #878787. Windows color (decimal): -9140289 or 12552052. OLE color: 12552052.

HSL color Cylindrical-coordinate representation of color #7487BF: hue angle of 224.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7487BF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116135191-
CMYK0.390.2900.25
HSL224.8º36.95%60.2%-
HSV(B)224.8º39.27%74.9%-
XYZ25.2724.852.75-
YUV135.7159.21113.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.24%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 191 (75% from 255) = 43.21%
R=26.24%
G=30.54%
B=43.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161351910.390.2900.25224.836.9560.2
Hex7487BF271D019e1253c
Octal16420727747350313414574
Binary111010010000111101111111001111110101100111100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7487BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7487BF; }

 p { color: rgb(116,135,191); }

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

<style>
 a { background-color: #7487BF; }

 a { background-color: rgb(116,135,191); }

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

<style>
 span { border-color: #7487BF; }

 span { border-color: rgb(116,135,191); }

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