Html Css Color HEX #7D669D Deluge

📋 copy color: '#7D669D'

red 125 ◦ green 102 ◦ blue 157

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

Shades of Deluge #7D669D

Tints of Deluge #7D669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 32.55%
G = 26.56%
B = 40.89%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D669D (or 0x7D669D) is known color: Deluge. HEX triplet: 7D, 66 and 9D. RGB value is (125,102,157). Sum of RGB (Red+Green+Blue) = 125+102+157=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D669D is #829962. Grayscale: #727272. Windows color (decimal): -8558947 or 10315389. OLE color: 10315389.

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

Color convert

RGB 125 102 157 -
CMYK 0.20 0.35 0 0.38
HSL 265.09º 0.22% 0.51% -
HSV(B) 265.09º 0.35% 0.62% -
XYZ 19.29 16.3 34.03 -
YUV 115.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 125 102 157 0.20 0.35 0 0.38 265.09 0.22 0.51
Hex 7D 66 9D 14 23 0 26 109 16 33
Octal 175 146 235 24 43 0 46 411 26 63
Binary 1111101 1100110 10011101 10100 100011 0 100110 100001001 10110 110011

Color Harmonies of #7D669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D669D

Black with #7D669D

Text Example


Text Example

White with #7D669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,157); }

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

background-color css

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

 a { background-color: rgb(125,102,157); }

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

border-color css

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

 span { border-color: rgb(125,102,157); }

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