#788AC4

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

Shades of Wild Blue Yonder #788AC4

Tints of Wild Blue Yonder #788AC4

Color information

#788AC4 (or 0x788AC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8A and C4. RGB value is (120,138,196). Sum of RGB (Red+Green+Blue) = 120+138+196=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #788AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AC4 is #87753B. Grayscale: #8A8A8A. Windows color (decimal): -8877372 or 12880504. OLE color: 12880504.

HSL color Cylindrical-coordinate representation of color #788AC4: hue angle of 225.79º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #788AC4 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB120138196-
CMYK0.390.3000.23
HSL225.79º39.18%61.96%-
HSV(B)225.79º38.78%76.86%-
XYZ26.826.1655.86-
YUV139.23160.04114.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 196 (76.95% from 255) = 43.17%
R=26.43%
G=30.40%
B=43.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201381960.390.3000.23225.7939.1861.96
Hex788AC4271E017e2273e
Octal17021230447360273424776
Binary111100010001010110001001001111111001011111100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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