Html Css Color HEX #7B739E Deluge

📋 copy color: '#7B739E'

red 123 ◦ green 115 ◦ blue 158

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

Shades of Deluge #7B739E

Tints of Deluge #7B739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 31.06%
G = 29.04%
B = 39.9%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B739E (or 0x7B739E) is known color: Deluge. HEX triplet: 7B, 73 and 9E. RGB value is (123,115,158). Sum of RGB (Red+Green+Blue) = 123+115+158=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B739E is #848C61. Grayscale: #7A7A7A. Windows color (decimal): -8686690 or 10384251. OLE color: 10384251.

HSL color Cylindrical-coordinate representation of color #7B739E: hue angle of 251.16º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B739E is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 115 158 -
CMYK 0.22 0.27 0 0.38
HSL 251.16º 0.18% 0.54% -
HSV(B) 251.16º 0.27% 0.62% -
XYZ 20.47 18.94 34.92 -
YUV 122.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 123 115 158 0.22 0.27 0 0.38 251.16 0.18 0.54
Hex 7B 73 9E 16 1B 0 26 FB 12 36
Octal 173 163 236 26 33 0 46 373 22 66
Binary 1111011 1110011 10011110 10110 11011 0 100110 11111011 10010 110110

Color Harmonies of #7B739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B739E

Black with #7B739E

Text Example


Text Example

White with #7B739E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,158); }

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

background-color css

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

 a { background-color: rgb(123,115,158); }

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

border-color css

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

 span { border-color: rgb(123,115,158); }

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