#788CCD

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

Shades of Wild Blue Yonder #788CCD

Tints of Wild Blue Yonder #788CCD

Color information

#788CCD (or 0x788CCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8C and CD. RGB value is (120,140,205). Sum of RGB (Red+Green+Blue) = 120+140+205=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #788CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CCD is #877332. Grayscale: #8D8D8D. Windows color (decimal): -8876851 or 13470840. OLE color: 13470840.

HSL color Cylindrical-coordinate representation of color #788CCD: hue angle of 225.88º degrees, saturation: 0.46, 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 #788CCD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120140205-
CMYK0.410.3200.20
HSL225.88º45.95%63.73%-
HSV(B)225.88º41.46%80.39%-
XYZ28.1427.1661.52-
YUV141.43163.87112.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=25.81%
G=30.11%
B=44.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201402050.410.3200.20225.8845.9563.73
Hex788CCD2920014e22e40
Octal170214315514002434256100
Binary11110001000110011001101101001100000010100111000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,140,205); }

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

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

 a { background-color: rgb(120,140,205); }

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

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

 span { border-color: rgb(120,140,205); }

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