Html Css Color HEX #7794B6 Ship Cove

📋 copy color: '#7794B6'

red 119 ◦ green 148 ◦ blue 182

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

Shades of Ship Cove #7794B6

Tints of Ship Cove #7794B6

RGB

 RED value IS 119 (46.88% from 255) = 26.5%

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

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

R = 26.5%
G = 32.96%
B = 40.53%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7794B6 (or 0x7794B6) is known color: Ship Cove. HEX triplet: 77, 94 and B6. RGB value is (119,148,182). Sum of RGB (Red+Green+Blue) = 119+148+182=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #7794B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794B6 is #886B49. Grayscale: #8F8F8F. Windows color (decimal): -8940362 or 11965559. OLE color: 11965559.

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

Color convert

RGB 119 148 182 -
CMYK 0.35 0.19 0 0.29
HSL 212.38º 0.3% 0.59% -
HSV(B) 212.38º 0.35% 0.71% -
XYZ 26.64 28.48 48.35 -
YUV 143.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 119 148 182 0.35 0.19 0 0.29 212.38 0.3 0.59
Hex 77 94 B6 23 13 0 1D D4 1E 3B
Octal 167 224 266 43 23 0 35 324 36 73
Binary 1110111 10010100 10110110 100011 10011 0 11101 11010100 11110 111011

Color Harmonies of #7794B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794B6

Black with #7794B6

Text Example


Text Example

White with #7794B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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