Html Css Color HEX #7D699B Deluge

📋 copy color: '#7D699B'

red 125 ◦ green 105 ◦ blue 155

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

Shades of Deluge #7D699B

Tints of Deluge #7D699B

RGB

 RED value IS 125 (49.22% from 255) = 32.47%

 GREEN value IS 105 (41.41% from 255) = 27.27%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 32.47%
G = 27.27%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D699B (or 0x7D699B) is known color: Deluge. HEX triplet: 7D, 69 and 9B. RGB value is (125,105,155). Sum of RGB (Red+Green+Blue) = 125+105+155=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D699B is #829664. Grayscale: #747474. Windows color (decimal): -8558181 or 10185085. OLE color: 10185085.

HSL color Cylindrical-coordinate representation of color #7D699B: hue angle of 264º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D699B is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 105 155 -
CMYK 0.19 0.32 0 0.39
HSL 264º 0.2% 0.51% -
HSV(B) 264º 0.32% 0.61% -
XYZ 19.43 16.83 33.23 -
YUV 116.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 125 105 155 0.19 0.32 0 0.39 264 0.2 0.51
Hex 7D 69 9B 13 20 0 27 108 14 33
Octal 175 151 233 23 40 0 47 410 24 63
Binary 1111101 1101001 10011011 10011 100000 0 100111 100001000 10100 110011

Color Harmonies of #7D699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D699B

Black with #7D699B

Text Example


Text Example

White with #7D699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,155); }

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

background-color css

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

 a { background-color: rgb(125,105,155); }

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

border-color css

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

 span { border-color: rgb(125,105,155); }

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