#787BB2

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

Shades of Wild Blue Yonder #787BB2

Tints of Wild Blue Yonder #787BB2

Color information

#787BB2 (or 0x787BB2) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 7B and B2. RGB value is (120,123,178). Sum of RGB (Red+Green+Blue) = 120+123+178=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #787BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BB2 is #87844D. Grayscale: #808080. Windows color (decimal): -8881230 or 11697016. OLE color: 11697016.

HSL color Cylindrical-coordinate representation of color #787BB2: hue angle of 236.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787BB2 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120123178-
CMYK0.330.3100.30
HSL236.9º27.36%58.43%-
HSV(B)236.9º32.58%69.8%-
XYZ22.8621.3745.04-
YUV128.37156.01122.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=28.50%
G=29.22%
B=42.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201231780.330.3100.30236.927.3658.43
Hex787BB2211F01Eed1b3a
Octal17017326241370363553372
Binary1111000111101110110010100001111110111101110110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,123,178); }

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

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

 a { background-color: rgb(120,123,178); }

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

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

 span { border-color: rgb(120,123,178); }

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