Html Css Color HEX #7B709F Deluge

📋 copy color: '#7B709F'

red 123 ◦ green 112 ◦ blue 159

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

Shades of Deluge #7B709F

Tints of Deluge #7B709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 31.22%
G = 28.43%
B = 40.36%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B709F (or 0x7B709F) is known color: Deluge. HEX triplet: 7B, 70 and 9F. RGB value is (123,112,159). Sum of RGB (Red+Green+Blue) = 123+112+159=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B709F is #848F60. Grayscale: #787878. Windows color (decimal): -8687457 or 10449019. OLE color: 10449019.

HSL color Cylindrical-coordinate representation of color #7B709F: hue angle of 254.04º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B709F is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 112 159 -
CMYK 0.23 0.30 0 0.38
HSL 254.04º 0.2% 0.53% -
HSV(B) 254.04º 0.3% 0.62% -
XYZ 20.22 18.3 35.27 -
YUV 120.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 123 112 159 0.23 0.30 0 0.38 254.04 0.2 0.53
Hex 7B 70 9F 17 1E 0 26 FE 14 35
Octal 173 160 237 27 36 0 46 376 24 65
Binary 1111011 1110000 10011111 10111 11110 0 100110 11111110 10100 110101

Color Harmonies of #7B709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B709F

Black with #7B709F

Text Example


Text Example

White with #7B709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,159); }

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

background-color css

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

 a { background-color: rgb(123,112,159); }

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

border-color css

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

 span { border-color: rgb(123,112,159); }

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