#7893CC

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

Shades of Wild Blue Yonder #7893CC

Tints of Wild Blue Yonder #7893CC

Color information

#7893CC (or 0x7893CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 93 and CC. RGB value is (120,147,204). Sum of RGB (Red+Green+Blue) = 120+147+204=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7893CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893CC is #876C33. Grayscale: #919191. Windows color (decimal): -8875060 or 13407096. OLE color: 13407096.

HSL color Cylindrical-coordinate representation of color #7893CC: hue angle of 220.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7893CC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120147204-
CMYK0.410.2800.2
HSL220.71º45.16%63.53%-
HSV(B)220.71º41.18%80%-
XYZ29.0829.2261.23-
YUV145.43161.05109.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=25.48%
G=31.21%
B=43.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201472040.410.2800.2220.7145.1663.53
Hex7893CC291C014dd2d40
Octal170223314513402433555100
Binary1111000100100111100110010100111100010100110111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7893CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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