#7884D0

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

Shades of Wild Blue Yonder #7884D0

Tints of Wild Blue Yonder #7884D0

Color information

#7884D0 (or 0x7884D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 84 and D0. RGB value is (120,132,208). Sum of RGB (Red+Green+Blue) = 120+132+208=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #7884D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884D0 is #877B2F. Grayscale: #888888. Windows color (decimal): -8878896 or 13665400. OLE color: 13665400.

HSL color Cylindrical-coordinate representation of color #7884D0: hue angle of 231.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7884D0 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120132208-
CMYK0.420.3700.18
HSL231.82º48.35%64.31%-
HSV(B)231.82º42.31%81.57%-
XYZ27.3825.0563.07-
YUV137.08168.02115.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=26.09%
G=28.70%
B=45.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201322080.420.3700.18231.8248.3564.31
Hex7884D02A25012e83040
Octal170204320524502235060100
Binary11110001000010011010000101010100101010010111010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7884D0; }

 p { color: rgb(120,132,208); }

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

<style>
 a { background-color: #7884D0; }

 a { background-color: rgb(120,132,208); }

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

<style>
 span { border-color: #7884D0; }

 span { border-color: rgb(120,132,208); }

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