Html Css Color HEX #7795B5 Ship Cove

📋 copy color: '#7795B5'

red 119 ◦ green 149 ◦ blue 181

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

Shades of Ship Cove #7795B5

Tints of Ship Cove #7795B5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 26.5%
G = 33.18%
B = 40.31%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7795B5 (or 0x7795B5) is known color: Ship Cove. HEX triplet: 77, 95 and B5. RGB value is (119,149,181). Sum of RGB (Red+Green+Blue) = 119+149+181=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #7795B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795B5 is #886A4A. Grayscale: #8F8F8F. Windows color (decimal): -8940107 or 11900279. OLE color: 11900279.

HSL color Cylindrical-coordinate representation of color #7795B5: hue angle of 210.97º 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 #7795B5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 149 181 -
CMYK 0.34 0.18 0 0.29
HSL 210.97º 0.3% 0.59% -
HSV(B) 210.97º 0.34% 0.71% -
XYZ 26.7 28.75 47.86 -
YUV 143.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 119 149 181 0.34 0.18 0 0.29 210.97 0.3 0.59
Hex 77 95 B5 22 12 0 1D D3 1E 3B
Octal 167 225 265 42 22 0 35 323 36 73
Binary 1110111 10010101 10110101 100010 10010 0 11101 11010011 11110 111011

Color Harmonies of #7795B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7795B5

Black with #7795B5

Text Example


Text Example

White with #7795B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7795B5; }

 p { color: rgb(119,149,181); }

 H1.HeaderClassName
 {
   color: #7795B5;
 }
 .AnyTagClassName
 {
   color: #7795B5;
 }
</style>

background-color css

<style>
 a { background-color: #7795B5; }

 a { background-color: rgb(119,149,181); }

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

border-color css

<style>
 span { border-color: #7795B5; }

 span { border-color: rgb(119,149,181); }

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