#787DC0

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

Shades of Wild Blue Yonder #787DC0

Tints of Wild Blue Yonder #787DC0

Color information

#787DC0 (or 0x787DC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 7D and C0. RGB value is (120,125,192). Sum of RGB (Red+Green+Blue) = 120+125+192=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #787DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DC0 is #87823F. Grayscale: #828282. Windows color (decimal): -8880704 or 12615032. OLE color: 12615032.

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

Color convert

RGB120125192-
CMYK0.380.3500.25
HSL235.83º36.36%61.18%-
HSV(B)235.83º37.5%75.29%-
XYZ24.5922.4752.91-
YUV131.14162.34120.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=27.46%
G=28.60%
B=43.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201251920.380.3500.25235.8336.3661.18
Hex787DC02623019ec243d
Octal17017530046430313544475
Binary111100011111011100000010011010001101100111101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787DC0; }

 p { color: rgb(120,125,192); }

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

<style>
 a { background-color: #787DC0; }

 a { background-color: rgb(120,125,192); }

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

<style>
 span { border-color: #787DC0; }

 span { border-color: rgb(120,125,192); }

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