Html Css Color HEX #7894B6 Ship Cove

📋 copy color: '#7894B6'

red 120 ◦ green 148 ◦ blue 182

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

Shades of Ship Cove #7894B6

Tints of Ship Cove #7894B6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 26.67%
G = 32.89%
B = 40.44%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7894B6 (or 0x7894B6) is known color: Ship Cove. HEX triplet: 78, 94 and B6. RGB value is (120,148,182). Sum of RGB (Red+Green+Blue) = 120+148+182=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #7894B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894B6 is #876B49. Grayscale: #8F8F8F. Windows color (decimal): -8874826 or 11965560. OLE color: 11965560.

HSL color Cylindrical-coordinate representation of color #7894B6: hue angle of 212.9º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7894B6 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 148 182 -
CMYK 0.34 0.19 0 0.29
HSL 212.9º 0.3% 0.59% -
HSV(B) 212.9º 0.34% 0.71% -
XYZ 26.78 28.55 48.36 -
YUV 143.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 120 148 182 0.34 0.19 0 0.29 212.9 0.3 0.59
Hex 78 94 B6 22 13 0 1D D5 1E 3B
Octal 170 224 266 42 23 0 35 325 36 73
Binary 1111000 10010100 10110110 100010 10011 0 11101 11010101 11110 111011

Color Harmonies of #7894B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894B6

Black with #7894B6

Text Example


Text Example

White with #7894B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7894B6; }

 p { color: rgb(120,148,182); }

 H1.HeaderClassName
 {
   color: #7894B6;
 }
 .AnyTagClassName
 {
   color: #7894B6;
 }
</style>

background-color css

<style>
 a { background-color: #7894B6; }

 a { background-color: rgb(120,148,182); }

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

border-color css

<style>
 span { border-color: #7894B6; }

 span { border-color: rgb(120,148,182); }

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