#788CBA

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

Shades of Wild Blue Yonder #788CBA

Tints of Wild Blue Yonder #788CBA

Color information

#788CBA (or 0x788CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8C and BA. RGB value is (120,140,186). Sum of RGB (Red+Green+Blue) = 120+140+186=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #788CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CBA is #877345. Grayscale: #8B8B8B. Windows color (decimal): -8876870 or 12225656. OLE color: 12225656.

HSL color Cylindrical-coordinate representation of color #788CBA: hue angle of 221.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #788CBA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120140186-
CMYK0.350.2500.27
HSL221.82º32.35%60%-
HSV(B)221.82º35.48%72.94%-
XYZ25.9926.2950.16-
YUV139.26154.37114.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=26.91%
G=31.39%
B=41.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201401860.350.2500.27221.8232.3560
Hex788CBA231901Bde203c
Octal17021427243310333364074
Binary111100010001100101110101000111100101101111011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,140,186); }

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

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

 a { background-color: rgb(120,140,186); }

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

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

 span { border-color: rgb(120,140,186); }

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