#787DAC

Color #787DAC Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #787DAC

Tints of Ship Cove #787DAC

Color information

#787DAC (or 0x787DAC) is unknown color: approx Ship Cove. HEX triplet: 78, 7D and AC. RGB value is (120,125,172). Sum of RGB (Red+Green+Blue) = 120+125+172=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #787DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DAC is #878253. Grayscale: #808080. Windows color (decimal): -8880724 or 11304312. OLE color: 11304312.

HSL color Cylindrical-coordinate representation of color #787DAC: hue angle of 234.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787DAC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120125172-
CMYK0.300.2700.33
HSL234.23º23.85%57.25%-
HSV(B)234.23º30.23%67.45%-
XYZ22.5321.6442.02-
YUV128.86152.34121.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=28.78%
G=29.98%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201251720.300.2700.33234.2323.8557.25
Hex787DAC1E1B021ea1839
Octal17017525436330413523071
Binary1111000111110110101100111101101101000011110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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