Html Css Color HEX #7A7B98 Manatee

📋 copy color: '#7A7B98'

red 122 ◦ green 123 ◦ blue 152

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

Shades of Manatee #7A7B98

Tints of Manatee #7A7B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 30.73%
G = 30.98%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A7B98 (or 0x7A7B98) is known color: Manatee. HEX triplet: 7A, 7B and 98. RGB value is (122,123,152). Sum of RGB (Red+Green+Blue) = 122+123+152=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A7B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7B98 is #858467. Grayscale: #7D7D7D. Windows color (decimal): -8750184 or 9993082. OLE color: 9993082.

HSL color Cylindrical-coordinate representation of color #7A7B98: hue angle of 238º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7B98 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 123 152 -
CMYK 0.20 0.19 0 0.40
HSL 238º 0.13% 0.54% -
HSV(B) 238º 0.2% 0.6% -
XYZ 20.78 20.57 32.58 -
YUV 126.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 122 123 152 0.20 0.19 0 0.40 238 0.13 0.54
Hex 7A 7B 98 14 13 0 28 EE D 36
Octal 172 173 230 24 23 0 50 356 15 66
Binary 1111010 1111011 10011000 10100 10011 0 101000 11101110 1101 110110

Color Harmonies of #7A7B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B98

Black with #7A7B98

Text Example


Text Example

White with #7A7B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,152); }

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

background-color css

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

 a { background-color: rgb(122,123,152); }

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

border-color css

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

 span { border-color: rgb(122,123,152); }

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