#7284BE

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

Shades of Wild Blue Yonder #7284BE

Tints of Wild Blue Yonder #7284BE

Color information

#7284BE (or 0x7284BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 84 and BE. RGB value is (114,132,190). Sum of RGB (Red+Green+Blue) = 114+132+190=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7284BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284BE is #8D7B41. Grayscale: #848484. Windows color (decimal): -9272130 or 12485746. OLE color: 12485746.

HSL color Cylindrical-coordinate representation of color #7284BE: hue angle of 225.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7284BE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114132190-
CMYK0.400.3100.25
HSL225.79º36.89%59.61%-
HSV(B)225.79º40%74.51%-
XYZ24.4823.852.02-
YUV133.23160.04114.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=26.15%
G=30.28%
B=43.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141321900.400.3100.25225.7936.8959.61
Hex7284BE281F019e2253c
Octal16220427650370313424574
Binary111001010000100101111101010001111101100111100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7284BE; }

 p { color: rgb(114,132,190); }

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

<style>
 a { background-color: #7284BE; }

 a { background-color: rgb(114,132,190); }

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

<style>
 span { border-color: #7284BE; }

 span { border-color: rgb(114,132,190); }

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