#7287BB

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

Shades of Wild Blue Yonder #7287BB

Tints of Wild Blue Yonder #7287BB

Color information

#7287BB (or 0x7287BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 87 and BB. RGB value is (114,135,187). Sum of RGB (Red+Green+Blue) = 114+135+187=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #7287BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287BB is #8D7844. Grayscale: #868686. Windows color (decimal): -9271365 or 12289906. OLE color: 12289906.

HSL color Cylindrical-coordinate representation of color #7287BB: hue angle of 222.74º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7287BB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114135187-
CMYK0.390.2800.27
HSL222.74º34.93%59.02%-
HSV(B)222.74º39.04%73.33%-
XYZ24.5724.4950.45-
YUV134.65157.54113.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=26.15%
G=30.96%
B=42.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141351870.390.2800.27222.7434.9359.02
Hex7287BB271C01Bdf233b
Octal16220727347340333374373
Binary111001010000111101110111001111110001101111011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7287BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,135,187); }

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

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

 a { background-color: rgb(114,135,187); }

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

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

 span { border-color: rgb(114,135,187); }

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