Html Css Color HEX #7B739D Deluge

📋 copy color: '#7B739D'

red 123 ◦ green 115 ◦ blue 157

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

Shades of Deluge #7B739D

Tints of Deluge #7B739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 31.14%
G = 29.11%
B = 39.75%

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

#7B739D (or 0x7B739D) is known color: Deluge. HEX triplet: 7B, 73 and 9D. RGB value is (123,115,157). Sum of RGB (Red+Green+Blue) = 123+115+157=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B739D is #848C62. Grayscale: #7A7A7A. Windows color (decimal): -8686691 or 10318715. OLE color: 10318715.

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

Color convert

RGB 123 115 157 -
CMYK 0.22 0.27 0 0.38
HSL 251.43º 0.18% 0.53% -
HSV(B) 251.43º 0.27% 0.62% -
XYZ 20.38 18.91 34.47 -
YUV 122.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 123 115 157 0.22 0.27 0 0.38 251.43 0.18 0.53
Hex 7B 73 9D 16 1B 0 26 FB 12 35
Octal 173 163 235 26 33 0 46 373 22 65
Binary 1111011 1110011 10011101 10110 11011 0 100110 11111011 10010 110101

Color Harmonies of #7B739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B739D

Black with #7B739D

Text Example


Text Example

White with #7B739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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