#788DBB

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

Shades of Wild Blue Yonder #788DBB

Tints of Wild Blue Yonder #788DBB

Color information

#788DBB (or 0x788DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8D and BB. RGB value is (120,141,187). Sum of RGB (Red+Green+Blue) = 120+141+187=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #788DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DBB is #877244. Grayscale: #8B8B8B. Windows color (decimal): -8876613 or 12291448. OLE color: 12291448.

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

Color convert

RGB120141187-
CMYK0.360.2500.27
HSL221.19º33%60.2%-
HSV(B)221.19º35.83%73.33%-
XYZ26.2426.6350.77-
YUV139.96154.54113.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=26.79%
G=31.47%
B=41.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201411870.360.2500.27221.193360.2
Hex788DBB241901Bdd213c
Octal17021527344310333354174
Binary111100010001101101110111001001100101101111011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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