Html Css Color HEX #78869F Ship Cove

📋 copy color: '#78869F'

red 120 ◦ green 134 ◦ blue 159

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

Shades of Ship Cove #78869F

Tints of Ship Cove #78869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

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

R = 29.06%
G = 32.45%
B = 38.5%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78869F (or 0x78869F) is known color: Ship Cove. HEX triplet: 78, 86 and 9F. RGB value is (120,134,159). Sum of RGB (Red+Green+Blue) = 120+134+159=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #78869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78869F is #877960. Grayscale: #848484. Windows color (decimal): -8878433 or 10454648. OLE color: 10454648.

HSL color Cylindrical-coordinate representation of color #78869F: hue angle of 218.46º 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 #78869F is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 134 159 -
CMYK 0.25 0.16 0 0.38
HSL 218.46º 0.17% 0.55% -
HSV(B) 218.46º 0.25% 0.62% -
XYZ 22.53 23.55 36.16 -
YUV 132.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 120 134 159 0.25 0.16 0 0.38 218.46 0.17 0.55
Hex 78 86 9F 19 10 0 26 DA 11 37
Octal 170 206 237 31 20 0 46 332 21 67
Binary 1111000 10000110 10011111 11001 10000 0 100110 11011010 10001 110111

Color Harmonies of #78869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78869F

Black with #78869F

Text Example


Text Example

White with #78869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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