Html Css Color HEX #7B91AA Ship Cove

📋 copy color: '#7B91AA'

red 123 ◦ green 145 ◦ blue 170

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

Shades of Ship Cove #7B91AA

Tints of Ship Cove #7B91AA

RGB

 RED value IS 123 (48.44% from 255) = 28.08%

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 28.08%
G = 33.11%
B = 38.81%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B91AA (or 0x7B91AA) is known color: Ship Cove. HEX triplet: 7B, 91 and AA. RGB value is (123,145,170). Sum of RGB (Red+Green+Blue) = 123+145+170=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B91AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B91AA is #846E55. Grayscale: #8D8D8D. Windows color (decimal): -8678998 or 11178363. OLE color: 11178363.

HSL color Cylindrical-coordinate representation of color #7B91AA: hue angle of 211.91º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B91AA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 145 170 -
CMYK 0.28 0.15 0 0.33
HSL 211.91º 0.22% 0.57% -
HSV(B) 211.91º 0.28% 0.67% -
XYZ 25.55 27.36 41.97 -
YUV 141.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 123 145 170 0.28 0.15 0 0.33 211.91 0.22 0.57
Hex 7B 91 AA 1C F 0 21 D4 16 39
Octal 173 221 252 34 17 0 41 324 26 71
Binary 1111011 10010001 10101010 11100 1111 0 100001 11010100 10110 111001

Color Harmonies of #7B91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B91AA

Black with #7B91AA

Text Example


Text Example

White with #7B91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B91AA; }

 p { color: rgb(123,145,170); }

 H1.HeaderClassName
 {
   color: #7B91AA;
 }
 .AnyTagClassName
 {
   color: #7B91AA;
 }
</style>

background-color css

<style>
 a { background-color: #7B91AA; }

 a { background-color: rgb(123,145,170); }

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

border-color css

<style>
 span { border-color: #7B91AA; }

 span { border-color: rgb(123,145,170); }

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