#7893BA

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

Shades of Wild Blue Yonder #7893BA

Tints of Wild Blue Yonder #7893BA

Color information

#7893BA (or 0x7893BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 93 and BA. RGB value is (120,147,186). Sum of RGB (Red+Green+Blue) = 120+147+186=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7893BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893BA is #876C45. Grayscale: #8F8F8F. Windows color (decimal): -8875078 or 12227448. OLE color: 12227448.

HSL color Cylindrical-coordinate representation of color #7893BA: hue angle of 215.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7893BA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120147186-
CMYK0.350.2100.27
HSL215.45º32.35%60%-
HSV(B)215.45º35.48%72.94%-
XYZ27.0428.4150.51-
YUV143.37152.05111.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=26.49%
G=32.45%
B=41.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201471860.350.2100.27215.4532.3560
Hex7893BA231501Bd7203c
Octal17022327243250333274074
Binary111100010010011101110101000111010101101111010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7893BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7893BA; }

 p { color: rgb(120,147,186); }

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

<style>
 a { background-color: #7893BA; }

 a { background-color: rgb(120,147,186); }

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

<style>
 span { border-color: #7893BA; }

 span { border-color: rgb(120,147,186); }

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