#7884BF

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

Shades of Wild Blue Yonder #7884BF

Tints of Wild Blue Yonder #7884BF

Color information

#7884BF (or 0x7884BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 84 and BF. RGB value is (120,132,191). Sum of RGB (Red+Green+Blue) = 120+132+191=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7884BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884BF is #877B40. Grayscale: #868686. Windows color (decimal): -8878913 or 12551288. OLE color: 12551288.

HSL color Cylindrical-coordinate representation of color #7884BF: hue angle of 229.86º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7884BF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120132191-
CMYK0.370.3100.25
HSL229.86º35.68%60.98%-
HSV(B)229.86º37.17%74.9%-
XYZ25.424.2652.63-
YUV135.14159.52117.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 191 (75% from 255) = 43.12%
R=27.09%
G=29.80%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201321910.370.3100.25229.8635.6860.98
Hex7884BF251F019e6243d
Octal17020427745370313464475
Binary111100010000100101111111001011111101100111100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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