Html Css Color HEX #78849F Ship Cove

📋 copy color: '#78849F'

red 120 ◦ green 132 ◦ blue 159

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

Shades of Ship Cove #78849F

Tints of Ship Cove #78849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 29.2%
G = 32.12%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78849F (or 0x78849F) is known color: Ship Cove. HEX triplet: 78, 84 and 9F. RGB value is (120,132,159). Sum of RGB (Red+Green+Blue) = 120+132+159=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #78849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78849F is #877B60. Grayscale: #838383. Windows color (decimal): -8878945 or 10454136. OLE color: 10454136.

HSL color Cylindrical-coordinate representation of color #78849F: hue angle of 221.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78849F is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 132 159 -
CMYK 0.25 0.17 0 0.38
HSL 221.54º 0.17% 0.55% -
HSV(B) 221.54º 0.25% 0.62% -
XYZ 22.26 23 36.07 -
YUV 131.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 120 132 159 0.25 0.17 0 0.38 221.54 0.17 0.55
Hex 78 84 9F 19 11 0 26 DE 11 37
Octal 170 204 237 31 21 0 46 336 21 67
Binary 1111000 10000100 10011111 11001 10001 0 100110 11011110 10001 110111

Color Harmonies of #78849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78849F

Black with #78849F

Text Example


Text Example

White with #78849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78849F; }

 p { color: rgb(120,132,159); }

 H1.HeaderClassName
 {
   color: #78849F;
 }
 .AnyTagClassName
 {
   color: #78849F;
 }
</style>

background-color css

<style>
 a { background-color: #78849F; }

 a { background-color: rgb(120,132,159); }

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

border-color css

<style>
 span { border-color: #78849F; }

 span { border-color: rgb(120,132,159); }

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