#7895CD

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

Shades of Wild Blue Yonder #7895CD

Tints of Wild Blue Yonder #7895CD

Color information

#7895CD (or 0x7895CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 95 and CD. RGB value is (120,149,205). Sum of RGB (Red+Green+Blue) = 120+149+205=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7895CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895CD is #876A32. Grayscale: #929292. Windows color (decimal): -8874547 or 13473144. OLE color: 13473144.

HSL color Cylindrical-coordinate representation of color #7895CD: hue angle of 219.53º degrees, saturation: 0.46, 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 #7895CD is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120149205-
CMYK0.410.2700.20
HSL219.53º45.95%63.73%-
HSV(B)219.53º41.46%80.39%-
XYZ29.5129.961.97-
YUV146.71160.89108.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.32%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=25.32%
G=31.43%
B=43.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201492050.410.2700.20219.5345.9563.73
Hex7895CD291B014dc2e40
Octal170225315513302433456100
Binary1111000100101011100110110100111011010100110111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7895CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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