Html Css Color HEX #7B7899 Deluge

📋 copy color: '#7B7899'

red 123 ◦ green 120 ◦ blue 153

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

Shades of Deluge #7B7899

Tints of Deluge #7B7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 31.06%
G = 30.3%
B = 38.64%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B7899 (or 0x7B7899) is known color: Deluge. HEX triplet: 7B, 78 and 99. RGB value is (123,120,153). Sum of RGB (Red+Green+Blue) = 123+120+153=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B7899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7899 is #848766. Grayscale: #7C7C7C. Windows color (decimal): -8685415 or 10057851. OLE color: 10057851.

HSL color Cylindrical-coordinate representation of color #7B7899: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B7899 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 120 153 -
CMYK 0.20 0.22 0 0.4
HSL 245.45º 0.14% 0.54% -
HSV(B) 245.45º 0.22% 0.6% -
XYZ 20.63 19.94 32.9 -
YUV 124.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 123 120 153 0.20 0.22 0 0.4 245.45 0.14 0.54
Hex 7B 78 99 14 16 0 28 F5 E 36
Octal 173 170 231 24 26 0 50 365 16 66
Binary 1111011 1111000 10011001 10100 10110 0 101000 11110101 1110 110110

Color Harmonies of #7B7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7899

Black with #7B7899

Text Example


Text Example

White with #7B7899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,153); }

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

background-color css

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

 a { background-color: rgb(123,120,153); }

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

border-color css

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

 span { border-color: rgb(123,120,153); }

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