#788ABE

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

Shades of Wild Blue Yonder #788ABE

Tints of Wild Blue Yonder #788ABE

Color information

#788ABE (or 0x788ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8A and BE. RGB value is (120,138,190). Sum of RGB (Red+Green+Blue) = 120+138+190=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #788ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABE is #877541. Grayscale: #8A8A8A. Windows color (decimal): -8877378 or 12487288. OLE color: 12487288.

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

Color convert

RGB120138190-
CMYK0.370.2700.25
HSL224.57º35%60.78%-
HSV(B)224.57º36.84%74.51%-
XYZ26.1325.8952.33-
YUV138.55157.04114.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=26.79%
G=30.80%
B=42.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201381900.370.2700.25224.573560.78
Hex788ABE251B019e1233d
Octal17021227645330313414375
Binary111100010001010101111101001011101101100111100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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