Html Css Color HEX #7894B3 Ship Cove

📋 copy color: '#7894B3'

red 120 ◦ green 148 ◦ blue 179

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

Shades of Ship Cove #7894B3

Tints of Ship Cove #7894B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 26.85%
G = 33.11%
B = 40.04%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7894B3 (or 0x7894B3) is known color: Ship Cove. HEX triplet: 78, 94 and B3. RGB value is (120,148,179). Sum of RGB (Red+Green+Blue) = 120+148+179=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #7894B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894B3 is #876B4C. Grayscale: #8F8F8F. Windows color (decimal): -8874829 or 11768952. OLE color: 11768952.

HSL color Cylindrical-coordinate representation of color #7894B3: hue angle of 211.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7894B3 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 148 179 -
CMYK 0.33 0.17 0 0.30
HSL 211.53º 0.28% 0.59% -
HSV(B) 211.53º 0.33% 0.7% -
XYZ 26.47 28.43 46.74 -
YUV 143.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 120 148 179 0.33 0.17 0 0.30 211.53 0.28 0.59
Hex 78 94 B3 21 11 0 1E D4 1C 3B
Octal 170 224 263 41 21 0 36 324 34 73
Binary 1111000 10010100 10110011 100001 10001 0 11110 11010100 11100 111011

Color Harmonies of #7894B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7894B3

Black with #7894B3

Text Example


Text Example

White with #7894B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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