#788DC1

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

Shades of Wild Blue Yonder #788DC1

Tints of Wild Blue Yonder #788DC1

Color information

#788DC1 (or 0x788DC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8D and C1. RGB value is (120,141,193). Sum of RGB (Red+Green+Blue) = 120+141+193=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #788DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DC1 is #87723E. Grayscale: #8C8C8C. Windows color (decimal): -8876607 or 12684664. OLE color: 12684664.

HSL color Cylindrical-coordinate representation of color #788DC1: hue angle of 222.74º 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 #788DC1 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120141193-
CMYK0.380.2700.24
HSL222.74º37.06%61.37%-
HSV(B)222.74º37.82%75.69%-
XYZ26.926.8954.23-
YUV140.65157.54113.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=26.43%
G=31.06%
B=42.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201411930.380.2700.24222.7437.0661.37
Hex788DC1261B018df253d
Octal17021530146330303374575
Binary111100010001101110000011001101101101100011011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788DC1; }

 p { color: rgb(120,141,193); }

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

<style>
 a { background-color: #788DC1; }

 a { background-color: rgb(120,141,193); }

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

<style>
 span { border-color: #788DC1; }

 span { border-color: rgb(120,141,193); }

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