#787DC2

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

Shades of Wild Blue Yonder #787DC2

Tints of Wild Blue Yonder #787DC2

Color information

#787DC2 (or 0x787DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 7D and C2. RGB value is (120,125,194). Sum of RGB (Red+Green+Blue) = 120+125+194=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #787DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DC2 is #87823D. Grayscale: #838383. Windows color (decimal): -8880702 or 12746104. OLE color: 12746104.

HSL color Cylindrical-coordinate representation of color #787DC2: hue angle of 235.95º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787DC2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120125194-
CMYK0.380.3600.24
HSL235.95º37.76%61.57%-
HSV(B)235.95º38.14%76.08%-
XYZ24.8222.5654.08-
YUV131.37163.34119.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 194 (76.17% from 255) = 44.19%
R=27.33%
G=28.47%
B=44.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201251940.380.3600.24235.9537.7661.57
Hex787DC22624018ec263e
Octal17017530246440303544676
Binary111100011111011100001010011010010001100011101100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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