#7795BE

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

Shades of Wild Blue Yonder #7795BE

Tints of Wild Blue Yonder #7795BE

Color information

#7795BE (or 0x7795BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 95 and BE. RGB value is (119,149,190). Sum of RGB (Red+Green+Blue) = 119+149+190=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7795BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795BE is #886A41. Grayscale: #909090. Windows color (decimal): -8940098 or 12490103. OLE color: 12490103.

HSL color Cylindrical-coordinate representation of color #7795BE: hue angle of 214.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7795BE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119149190-
CMYK0.370.2200.25
HSL214.65º35.32%60.59%-
HSV(B)214.65º37.37%74.51%-
XYZ27.6529.1352.88-
YUV144.7153.56109.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=25.98%
G=32.53%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191491900.370.2200.25214.6535.3260.59
Hex7795BE2516019d7233d
Octal16722527645260313274375
Binary111011110010101101111101001011011001100111010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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