#7890BD

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

Shades of Wild Blue Yonder #7890BD

Tints of Wild Blue Yonder #7890BD

Color information

#7890BD (or 0x7890BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 90 and BD. RGB value is (120,144,189). Sum of RGB (Red+Green+Blue) = 120+144+189=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #7890BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890BD is #876F42. Grayscale: #8D8D8D. Windows color (decimal): -8875843 or 12423288. OLE color: 12423288.

HSL color Cylindrical-coordinate representation of color #7890BD: hue angle of 219.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7890BD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120144189-
CMYK0.370.2400.26
HSL219.13º34.33%60.59%-
HSV(B)219.13º36.51%74.12%-
XYZ26.927.6152.06-
YUV141.95154.55112.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=26.49%
G=31.79%
B=41.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201441890.370.2400.26219.1334.3360.59
Hex7890BD251801Adb223d
Octal17022027545300323334275
Binary111100010010000101111011001011100001101011011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7890BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7890BD; }

 p { color: rgb(120,144,189); }

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

<style>
 a { background-color: #7890BD; }

 a { background-color: rgb(120,144,189); }

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

<style>
 span { border-color: #7890BD; }

 span { border-color: rgb(120,144,189); }

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