#7284CE

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

Shades of Wild Blue Yonder #7284CE

Tints of Wild Blue Yonder #7284CE

Color information

#7284CE (or 0x7284CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 84 and CE. RGB value is (114,132,206). Sum of RGB (Red+Green+Blue) = 114+132+206=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7284CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284CE is #8D7B31. Grayscale: #868686. Windows color (decimal): -9272114 or 13534322. OLE color: 13534322.

HSL color Cylindrical-coordinate representation of color #7284CE: hue angle of 228.26º degrees, saturation: 0.48, 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 #7284CE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114132206-
CMYK0.450.3600.19
HSL228.26º48.42%62.75%-
HSV(B)228.26º44.66%80.78%-
XYZ26.3324.5461.74-
YUV135.05168.04112.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=25.22%
G=29.20%
B=45.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141322060.450.3600.19228.2648.4262.75
Hex7284CE2D24013e4303f
Octal16220431655440233446077
Binary1110010100001001100111010110110010001001111100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7284CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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