Html Css Color HEX #7B7C97 Manatee

📋 copy color: '#7B7C97'

red 123 ◦ green 124 ◦ blue 151

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

Shades of Manatee #7B7C97

Tints of Manatee #7B7C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 30.9%
G = 31.16%
B = 37.94%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B7C97 (or 0x7B7C97) is known color: Manatee. HEX triplet: 7B, 7C and 97. RGB value is (123,124,151). Sum of RGB (Red+Green+Blue) = 123+124+151=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B7C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7C97 is #848368. Grayscale: #7E7E7E. Windows color (decimal): -8684393 or 9927803. OLE color: 9927803.

HSL color Cylindrical-coordinate representation of color #7B7C97: hue angle of 237.86º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7C97 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 124 151 -
CMYK 0.19 0.18 0 0.41
HSL 237.86º 0.12% 0.54% -
HSV(B) 237.86º 0.19% 0.59% -
XYZ 20.96 20.86 32.2 -
YUV 126.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 123 124 151 0.19 0.18 0 0.41 237.86 0.12 0.54
Hex 7B 7C 97 13 12 0 29 EE C 36
Octal 173 174 227 23 22 0 51 356 14 66
Binary 1111011 1111100 10010111 10011 10010 0 101001 11101110 1100 110110

Color Harmonies of #7B7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7C97

Black with #7B7C97

Text Example


Text Example

White with #7B7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,151); }

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

background-color css

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

 a { background-color: rgb(123,124,151); }

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

border-color css

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

 span { border-color: rgb(123,124,151); }

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