Html Css Color HEX #7B7299 Deluge

📋 copy color: '#7B7299'

red 123 ◦ green 114 ◦ blue 153

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

Shades of Deluge #7B7299

Tints of Deluge #7B7299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 31.54%
G = 29.23%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B7299 (or 0x7B7299) is known color: Deluge. HEX triplet: 7B, 72 and 99. RGB value is (123,114,153). Sum of RGB (Red+Green+Blue) = 123+114+153=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B7299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7299 is #848D66. Grayscale: #787878. Windows color (decimal): -8686951 or 10056315. OLE color: 10056315.

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

Color convert

RGB 123 114 153 -
CMYK 0.20 0.25 0 0.4
HSL 253.85º 0.16% 0.52% -
HSV(B) 253.85º 0.25% 0.6% -
XYZ 19.94 18.55 32.67 -
YUV 121.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 123 114 153 0.20 0.25 0 0.4 253.85 0.16 0.52
Hex 7B 72 99 14 19 0 28 FE 10 34
Octal 173 162 231 24 31 0 50 376 20 64
Binary 1111011 1110010 10011001 10100 11001 0 101000 11111110 10000 110100

Color Harmonies of #7B7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7299

Black with #7B7299

Text Example


Text Example

White with #7B7299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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