Html Css Color HEX #7A7DAB Ship Cove

📋 copy color: '#7A7DAB'

red 122 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #7A7DAB

Tints of Ship Cove #7A7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 29.19%
G = 29.9%
B = 40.91%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A7DAB (or 0x7A7DAB) is known color: Ship Cove. HEX triplet: 7A, 7D and AB. RGB value is (122,125,171). Sum of RGB (Red+Green+Blue) = 122+125+171=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7DAB is #858254. Grayscale: #818181. Windows color (decimal): -8749653 or 11238778. OLE color: 11238778.

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

Color convert

RGB 122 125 171 -
CMYK 0.29 0.27 0 0.33
HSL 236.33º 0.23% 0.57% -
HSV(B) 236.33º 0.29% 0.67% -
XYZ 22.71 21.75 41.53 -
YUV 129.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 122 125 171 0.29 0.27 0 0.33 236.33 0.23 0.57
Hex 7A 7D AB 1D 1B 0 21 EC 17 39
Octal 172 175 253 35 33 0 41 354 27 71
Binary 1111010 1111101 10101011 11101 11011 0 100001 11101100 10111 111001

Color Harmonies of #7A7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7DAB

Black with #7A7DAB

Text Example


Text Example

White with #7A7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,125,171); }

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

background-color css

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

 a { background-color: rgb(122,125,171); }

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

border-color css

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

 span { border-color: rgb(122,125,171); }

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