#7895BD

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

Shades of Wild Blue Yonder #7895BD

Tints of Wild Blue Yonder #7895BD

Color information

#7895BD (or 0x7895BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 95 and BD. RGB value is (120,149,189). Sum of RGB (Red+Green+Blue) = 120+149+189=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #7895BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895BD is #876A42. Grayscale: #909090. Windows color (decimal): -8874563 or 12424568. OLE color: 12424568.

HSL color Cylindrical-coordinate representation of color #7895BD: hue angle of 214.78º 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 #7895BD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120149189-
CMYK0.370.2100.26
HSL214.78º34.33%60.59%-
HSV(B)214.78º36.51%74.12%-
XYZ27.6829.1652.31-
YUV144.89152.89110.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=26.20%
G=32.53%
B=41.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201491890.370.2100.26214.7834.3360.59
Hex7895BD251501Ad7223d
Octal17022527545250323274275
Binary111100010010101101111011001011010101101011010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7895BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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