#788FCF

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

Shades of Wild Blue Yonder #788FCF

Tints of Wild Blue Yonder #788FCF

Color information

#788FCF (or 0x788FCF) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8F and CF. RGB value is (120,143,207). Sum of RGB (Red+Green+Blue) = 120+143+207=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #788FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FCF is #877030. Grayscale: #8F8F8F. Windows color (decimal): -8876081 or 13602680. OLE color: 13602680.

HSL color Cylindrical-coordinate representation of color #788FCF: hue angle of 224.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788FCF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120143207-
CMYK0.420.3100.19
HSL224.14º47.54%64.12%-
HSV(B)224.14º42.03%81.18%-
XYZ28.8328.1462.94-
YUV143.42163.88111.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.53%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=25.53%
G=30.43%
B=44.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201432070.420.3100.19224.1447.5464.12
Hex788FCF2A1F013e03040
Octal170217317523702334060100
Binary1111000100011111100111110101011111010011111000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,143,207); }

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

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

 a { background-color: rgb(120,143,207); }

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

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

 span { border-color: rgb(120,143,207); }

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