#7795BD

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

Shades of Wild Blue Yonder #7795BD

Tints of Wild Blue Yonder #7795BD

Color information

#7795BD (or 0x7795BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 95 and BD. RGB value is (119,149,189). Sum of RGB (Red+Green+Blue) = 119+149+189=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #7795BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795BD is #886A42. Grayscale: #909090. Windows color (decimal): -8940099 or 12424567. OLE color: 12424567.

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

Color convert

RGB119149189-
CMYK0.370.2100.26
HSL214.29º34.65%60.39%-
HSV(B)214.29º37.04%74.12%-
XYZ27.5429.0952.31-
YUV144.59153.06109.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=26.04%
G=32.60%
B=41.36%

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
Decimal1191491890.370.2100.26214.2934.6560.39
Hex7795BD251501Ad6233c
Octal16722527545250323264374
Binary111011110010101101111011001011010101101011010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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