#788ABA

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

Shades of Wild Blue Yonder #788ABA

Tints of Wild Blue Yonder #788ABA

Color information

#788ABA (or 0x788ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8A and BA. RGB value is (120,138,186). Sum of RGB (Red+Green+Blue) = 120+138+186=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #788ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABA is #877545. Grayscale: #898989. Windows color (decimal): -8877382 or 12225144. OLE color: 12225144.

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

Color convert

RGB120138186-
CMYK0.350.2600.27
HSL223.64º32.35%60%-
HSV(B)223.64º35.48%72.94%-
XYZ25.725.7250.06-
YUV138.09155.04115.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=27.03%
G=31.08%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201381860.350.2600.27223.6432.3560
Hex788ABA231A01Be0203c
Octal17021227243320333404074
Binary111100010001010101110101000111101001101111100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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