#788ACC

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

Shades of Wild Blue Yonder #788ACC

Tints of Wild Blue Yonder #788ACC

Color information

#788ACC (or 0x788ACC) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8A and CC. RGB value is (120,138,204). Sum of RGB (Red+Green+Blue) = 120+138+204=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #788ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACC is #877533. Grayscale: #8B8B8B. Windows color (decimal): -8877364 or 13404792. OLE color: 13404792.

HSL color Cylindrical-coordinate representation of color #788ACC: hue angle of 227.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788ACC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120138204-
CMYK0.410.3200.2
HSL227.14º45.16%63.53%-
HSV(B)227.14º41.18%80%-
XYZ27.7326.5360.79-
YUV140.14164.04113.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=25.97%
G=29.87%
B=44.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201382040.410.3200.2227.1445.1663.53
Hex788ACC2920014e32d40
Octal170212314514002434355100
Binary11110001000101011001100101001100000010100111000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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