#7287CF

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

Shades of Wild Blue Yonder #7287CF

Tints of Wild Blue Yonder #7287CF

Color information

#7287CF (or 0x7287CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 87 and CF. RGB value is (114,135,207). Sum of RGB (Red+Green+Blue) = 114+135+207=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7287CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287CF is #8D7830. Grayscale: #888888. Windows color (decimal): -9271345 or 13600626. OLE color: 13600626.

HSL color Cylindrical-coordinate representation of color #7287CF: hue angle of 226.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7287CF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114135207-
CMYK0.450.3500.19
HSL226.45º49.21%62.94%-
HSV(B)226.45º44.93%81.18%-
XYZ26.8725.4162.52-
YUV136.93167.54111.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=25%
G=29.61%
B=45.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141352070.450.3500.19226.4549.2162.94
Hex7287CF2D23013e2313f
Octal16220731755430233426177
Binary1110010100001111100111110110110001101001111100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7287CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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