Html Css Color HEX #7B8FAA Ship Cove

📋 copy color: '#7B8FAA'

red 123 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #7B8FAA

Tints of Ship Cove #7B8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 28.21%
G = 32.8%
B = 38.99%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B8FAA (or 0x7B8FAA) is known color: Ship Cove. HEX triplet: 7B, 8F and AA. RGB value is (123,143,170). Sum of RGB (Red+Green+Blue) = 123+143+170=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8FAA is #847055. Grayscale: #8B8B8B. Windows color (decimal): -8679510 or 11177851. OLE color: 11177851.

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

Color convert

RGB 123 143 170 -
CMYK 0.28 0.16 0 0.33
HSL 214.47º 0.22% 0.57% -
HSV(B) 214.47º 0.28% 0.67% -
XYZ 25.25 26.76 41.86 -
YUV 140.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 123 143 170 0.28 0.16 0 0.33 214.47 0.22 0.57
Hex 7B 8F AA 1C 10 0 21 D6 16 39
Octal 173 217 252 34 20 0 41 326 26 71
Binary 1111011 10001111 10101010 11100 10000 0 100001 11010110 10110 111001

Color Harmonies of #7B8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8FAA

Black with #7B8FAA

Text Example


Text Example

White with #7B8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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