Html Css Color HEX #787DAB Ship Cove

📋 copy color: '#787DAB'

red 120 ◦ green 125 ◦ blue 171

#787DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #787DAB

Tints of Ship Cove #787DAB

RGB

 RED value IS 120 (47.27% from 255) = 28.85%

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 28.85%
G = 30.05%
B = 41.11%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787DAB (or 0x787DAB) is known color: Ship Cove. HEX triplet: 78, 7D and AB. RGB value is (120,125,171). Sum of RGB (Red+Green+Blue) = 120+125+171=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #787DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DAB is #878254. Grayscale: #808080. Windows color (decimal): -8880725 or 11238776. OLE color: 11238776.

HSL color Cylindrical-coordinate representation of color #787DAB: hue angle of 234.12º degrees, saturation: 0.23, 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 #787DAB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 125 171 -
CMYK 0.30 0.27 0 0.33
HSL 234.12º 0.23% 0.57% -
HSV(B) 234.12º 0.3% 0.67% -
XYZ 22.43 21.6 41.52 -
YUV 128.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 120 125 171 0.30 0.27 0 0.33 234.12 0.23 0.57
Hex 78 7D AB 1E 1B 0 21 EA 17 39
Octal 170 175 253 36 33 0 41 352 27 71
Binary 1111000 1111101 10101011 11110 11011 0 100001 11101010 10111 111001

Color Harmonies of #787DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DAB

Black with #787DAB

Text Example


Text Example

White with #787DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #787DAB;
 }
 .AnyTagClassName
 {
   color: #787DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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