Html Css Color HEX #7A8DB3 Ship Cove

📋 copy color: '#7A8DB3'

red 122 ◦ green 141 ◦ blue 179

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

Shades of Ship Cove #7A8DB3

Tints of Ship Cove #7A8DB3

RGB

 RED value IS 122 (48.05% from 255) = 27.6%

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 27.6%
G = 31.9%
B = 40.5%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7A8DB3 (or 0x7A8DB3) is known color: Ship Cove. HEX triplet: 7A, 8D and B3. RGB value is (122,141,179). Sum of RGB (Red+Green+Blue) = 122+141+179=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A8DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DB3 is #85724C. Grayscale: #8B8B8B. Windows color (decimal): -8745549 or 11767162. OLE color: 11767162.

HSL color Cylindrical-coordinate representation of color #7A8DB3: hue angle of 220º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A8DB3 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 141 179 -
CMYK 0.32 0.21 0 0.30
HSL 220º 0.27% 0.59% -
HSV(B) 220º 0.32% 0.7% -
XYZ 25.69 26.44 46.4 -
YUV 139.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 122 141 179 0.32 0.21 0 0.30 220 0.27 0.59
Hex 7A 8D B3 20 15 0 1E DC 1B 3B
Octal 172 215 263 40 25 0 36 334 33 73
Binary 1111010 10001101 10110011 100000 10101 0 11110 11011100 11011 111011

Color Harmonies of #7A8DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8DB3

Black with #7A8DB3

Text Example


Text Example

White with #7A8DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,141,179); }

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

background-color css

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

 a { background-color: rgb(122,141,179); }

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

border-color css

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

 span { border-color: rgb(122,141,179); }

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