Html Css Color HEX #7995B4 Ship Cove

📋 copy color: '#7995B4'

red 121 ◦ green 149 ◦ blue 180

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

Shades of Ship Cove #7995B4

Tints of Ship Cove #7995B4

RGB

 RED value IS 121 (47.66% from 255) = 26.89%

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 26.89%
G = 33.11%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7995B4 (or 0x7995B4) is known color: Ship Cove. HEX triplet: 79, 95 and B4. RGB value is (121,149,180). Sum of RGB (Red+Green+Blue) = 121+149+180=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #7995B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995B4 is #866A4B. Grayscale: #909090. Windows color (decimal): -8809036 or 11834745. OLE color: 11834745.

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

Color convert

RGB 121 149 180 -
CMYK 0.33 0.17 0 0.29
HSL 211.53º 0.28% 0.59% -
HSV(B) 211.53º 0.33% 0.71% -
XYZ 26.87 28.86 47.33 -
YUV 144.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 121 149 180 0.33 0.17 0 0.29 211.53 0.28 0.59
Hex 79 95 B4 21 11 0 1D D4 1C 3B
Octal 171 225 264 41 21 0 35 324 34 73
Binary 1111001 10010101 10110100 100001 10001 0 11101 11010100 11100 111011

Color Harmonies of #7995B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7995B4

Black with #7995B4

Text Example


Text Example

White with #7995B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7995B4; }

 p { color: rgb(121,149,180); }

 H1.HeaderClassName
 {
   color: #7995B4;
 }
 .AnyTagClassName
 {
   color: #7995B4;
 }
</style>

background-color css

<style>
 a { background-color: #7995B4; }

 a { background-color: rgb(121,149,180); }

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

border-color css

<style>
 span { border-color: #7995B4; }

 span { border-color: rgb(121,149,180); }

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