#7284CA

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

Shades of Wild Blue Yonder #7284CA

Tints of Wild Blue Yonder #7284CA

Color information

#7284CA (or 0x7284CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 84 and CA. RGB value is (114,132,202). Sum of RGB (Red+Green+Blue) = 114+132+202=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7284CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284CA is #8D7B35. Grayscale: #868686. Windows color (decimal): -9272118 or 13272178. OLE color: 13272178.

HSL color Cylindrical-coordinate representation of color #7284CA: hue angle of 227.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7284CA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114132202-
CMYK0.440.3500.21
HSL227.73º45.36%61.96%-
HSV(B)227.73º43.56%79.22%-
XYZ25.8524.3459.21-
YUV134.6166.04113.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=25.45%
G=29.46%
B=45.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141322020.440.3500.21227.7345.3661.96
Hex7284CA2C23015e42d3e
Octal16220431254430253445576
Binary1110010100001001100101010110010001101010111100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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