#7788C1

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

Shades of Wild Blue Yonder #7788C1

Tints of Wild Blue Yonder #7788C1

Color information

#7788C1 (or 0x7788C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 88 and C1. RGB value is (119,136,193). Sum of RGB (Red+Green+Blue) = 119+136+193=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #7788C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788C1 is #88773E. Grayscale: #898989. Windows color (decimal): -8943423 or 12683383. OLE color: 12683383.

HSL color Cylindrical-coordinate representation of color #7788C1: hue angle of 226.22º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7788C1 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119136193-
CMYK0.380.3000.24
HSL226.22º37.37%61.18%-
HSV(B)226.22º38.34%75.69%-
XYZ26.0425.3853.98-
YUV137.42159.37114.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=26.56%
G=30.36%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191361930.380.3000.24226.2237.3761.18
Hex7788C1261E018e2253d
Octal16721030146360303424575
Binary111011110001000110000011001101111001100011100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7788C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7788C1; }

 p { color: rgb(119,136,193); }

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

<style>
 a { background-color: #7788C1; }

 a { background-color: rgb(119,136,193); }

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

<style>
 span { border-color: #7788C1; }

 span { border-color: rgb(119,136,193); }

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