Html Css Color HEX #7B82AA Ship Cove

📋 copy color: '#7B82AA'

red 123 ◦ green 130 ◦ blue 170

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

Shades of Ship Cove #7B82AA

Tints of Ship Cove #7B82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 29.08%
G = 30.73%
B = 40.19%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B82AA (or 0x7B82AA) is known color: Ship Cove. HEX triplet: 7B, 82 and AA. RGB value is (123,130,170). Sum of RGB (Red+Green+Blue) = 123+130+170=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B82AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B82AA is #847D55. Grayscale: #848484. Windows color (decimal): -8682838 or 11174523. OLE color: 11174523.

HSL color Cylindrical-coordinate representation of color #7B82AA: hue angle of 231.06º 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 #7B82AA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 130 170 -
CMYK 0.28 0.24 0 0.33
HSL 231.06º 0.22% 0.57% -
HSV(B) 231.06º 0.28% 0.67% -
XYZ 23.41 23.08 41.25 -
YUV 132.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 123 130 170 0.28 0.24 0 0.33 231.06 0.22 0.57
Hex 7B 82 AA 1C 18 0 21 E7 16 39
Octal 173 202 252 34 30 0 41 347 26 71
Binary 1111011 10000010 10101010 11100 11000 0 100001 11100111 10110 111001

Color Harmonies of #7B82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B82AA

Black with #7B82AA

Text Example


Text Example

White with #7B82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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