#7284CD

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

Shades of Wild Blue Yonder #7284CD

Tints of Wild Blue Yonder #7284CD

Color information

#7284CD (or 0x7284CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 84 and CD. RGB value is (114,132,205). Sum of RGB (Red+Green+Blue) = 114+132+205=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #7284CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284CD is #8D7B32. Grayscale: #868686. Windows color (decimal): -9272115 or 13468786. OLE color: 13468786.

HSL color Cylindrical-coordinate representation of color #7284CD: hue angle of 228.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7284CD is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114132205-
CMYK0.440.3600.20
HSL228.13º47.64%62.55%-
HSV(B)228.13º44.39%80.39%-
XYZ26.2124.4961.1-
YUV134.94167.54113.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=25.28%
G=29.27%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141322050.440.3600.20228.1347.6462.55
Hex7284CD2C24014e4303f
Octal16220431554440243446077
Binary1110010100001001100110110110010010001010011100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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