Html Css Color HEX #7896B7 Ship Cove

📋 copy color: '#7896B7'

red 120 ◦ green 150 ◦ blue 183

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

Shades of Ship Cove #7896B7

Tints of Ship Cove #7896B7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 26.49%
G = 33.11%
B = 40.4%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7896B7 (or 0x7896B7) is known color: Ship Cove. HEX triplet: 78, 96 and B7. RGB value is (120,150,183). Sum of RGB (Red+Green+Blue) = 120+150+183=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #7896B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896B7 is #876948. Grayscale: #909090. Windows color (decimal): -8874313 or 12031608. OLE color: 12031608.

HSL color Cylindrical-coordinate representation of color #7896B7: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7896B7 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 150 183 -
CMYK 0.34 0.18 0 0.28
HSL 211.43º 0.3% 0.59% -
HSV(B) 211.43º 0.34% 0.72% -
XYZ 27.2 29.22 49.01 -
YUV 144.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 120 150 183 0.34 0.18 0 0.28 211.43 0.3 0.59
Hex 78 96 B7 22 12 0 1C D3 1E 3B
Octal 170 226 267 42 22 0 34 323 36 73
Binary 1111000 10010110 10110111 100010 10010 0 11100 11010011 11110 111011

Color Harmonies of #7896B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896B7

Black with #7896B7

Text Example


Text Example

White with #7896B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7896B7; }

 p { color: rgb(120,150,183); }

 H1.HeaderClassName
 {
   color: #7896B7;
 }
 .AnyTagClassName
 {
   color: #7896B7;
 }
</style>

background-color css

<style>
 a { background-color: #7896B7; }

 a { background-color: rgb(120,150,183); }

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

border-color css

<style>
 span { border-color: #7896B7; }

 span { border-color: rgb(120,150,183); }

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