#788ABF

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

Shades of Wild Blue Yonder #788ABF

Tints of Wild Blue Yonder #788ABF

Color information

#788ABF (or 0x788ABF) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8A and BF. RGB value is (120,138,191). Sum of RGB (Red+Green+Blue) = 120+138+191=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #788ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABF is #877540. Grayscale: #8A8A8A. Windows color (decimal): -8877377 or 12552824. OLE color: 12552824.

HSL color Cylindrical-coordinate representation of color #788ABF: hue angle of 224.79º degrees, saturation: 0.36, 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 #788ABF is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120138191-
CMYK0.370.2800.25
HSL224.79º35.68%60.98%-
HSV(B)224.79º37.17%74.9%-
XYZ26.2425.9352.91-
YUV138.66157.54114.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 191 (75% from 255) = 42.54%
R=26.73%
G=30.73%
B=42.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201381910.370.2800.25224.7935.6860.98
Hex788ABF251C019e1243d
Octal17021227745340313414475
Binary111100010001010101111111001011110001100111100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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