#7487CC

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

Shades of Wild Blue Yonder #7487CC

Tints of Wild Blue Yonder #7487CC

Color information

#7487CC (or 0x7487CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 87 and CC. RGB value is (116,135,204). Sum of RGB (Red+Green+Blue) = 116+135+204=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #7487CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487CC is #8B7833. Grayscale: #888888. Windows color (decimal): -9140276 or 13404020. OLE color: 13404020.

HSL color Cylindrical-coordinate representation of color #7487CC: hue angle of 227.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7487CC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116135204-
CMYK0.430.3400.2
HSL227.05º46.32%62.75%-
HSV(B)227.05º43.14%80%-
XYZ26.7725.460.62-
YUV137.18165.71112.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=25.49%
G=29.67%
B=44.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161352040.430.3400.2227.0546.3262.75
Hex7487CC2B22014e32e3f
Octal16420731453420243435677
Binary1110100100001111100110010101110001001010011100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7487CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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