#7795CE

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

Shades of Wild Blue Yonder #7795CE

Tints of Wild Blue Yonder #7795CE

Color information

#7795CE (or 0x7795CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 95 and CE. RGB value is (119,149,206). Sum of RGB (Red+Green+Blue) = 119+149+206=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7795CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795CE is #886A31. Grayscale: #929292. Windows color (decimal): -8940082 or 13538679. OLE color: 13538679.

HSL color Cylindrical-coordinate representation of color #7795CE: hue angle of 219.31º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7795CE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119149206-
CMYK0.420.2800.19
HSL219.31º47.03%63.73%-
HSV(B)219.31º42.23%80.78%-
XYZ29.529.8762.6-
YUV146.53161.56108.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=25.11%
G=31.43%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191492060.420.2800.19219.3147.0363.73
Hex7795CE2A1C013db2f40
Octal167225316523402333357100
Binary1110111100101011100111010101011100010011110110111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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