Html Css Color HEX #7A7C9B Ship Cove

📋 copy color: '#7A7C9B'

red 122 ◦ green 124 ◦ blue 155

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

Shades of Ship Cove #7A7C9B

Tints of Ship Cove #7A7C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 30.42%
G = 30.92%
B = 38.65%

CMYK

 C value IS 0.21

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A7C9B (or 0x7A7C9B) is known color: Ship Cove. HEX triplet: 7A, 7C and 9B. RGB value is (122,124,155). Sum of RGB (Red+Green+Blue) = 122+124+155=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A7C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7C9B is #858364. Grayscale: #7E7E7E. Windows color (decimal): -8749925 or 10189946. OLE color: 10189946.

HSL color Cylindrical-coordinate representation of color #7A7C9B: hue angle of 236.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7C9B is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 124 155 -
CMYK 0.21 0.2 0 0.39
HSL 236.36º 0.14% 0.54% -
HSV(B) 236.36º 0.21% 0.61% -
XYZ 21.15 20.92 33.93 -
YUV 126.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 122 124 155 0.21 0.2 0 0.39 236.36 0.14 0.54
Hex 7A 7C 9B 15 14 0 27 EC E 36
Octal 172 174 233 25 24 0 47 354 16 66
Binary 1111010 1111100 10011011 10101 10100 0 100111 11101100 1110 110110

Color Harmonies of #7A7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7C9B

Black with #7A7C9B

Text Example


Text Example

White with #7A7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,124,155); }

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

background-color css

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

 a { background-color: rgb(122,124,155); }

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

border-color css

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

 span { border-color: rgb(122,124,155); }

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