Html Css Color HEX #7D7C9B Deluge

📋 copy color: '#7D7C9B'

red 125 ◦ green 124 ◦ blue 155

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

Shades of Deluge #7D7C9B

Tints of Deluge #7D7C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 30.94%
G = 30.69%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D7C9B (or 0x7D7C9B) is known color: Deluge. HEX triplet: 7D, 7C and 9B. RGB value is (125,124,155). Sum of RGB (Red+Green+Blue) = 125+124+155=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D7C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7C9B is #828364. Grayscale: #7F7F7F. Windows color (decimal): -8553317 or 10189949. OLE color: 10189949.

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

Color convert

RGB 125 124 155 -
CMYK 0.19 0.2 0 0.39
HSL 241.94º 0.13% 0.55% -
HSV(B) 241.94º 0.2% 0.61% -
XYZ 21.58 21.14 33.95 -
YUV 127.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 125 124 155 0.19 0.2 0 0.39 241.94 0.13 0.55
Hex 7D 7C 9B 13 14 0 27 F2 D 37
Octal 175 174 233 23 24 0 47 362 15 67
Binary 1111101 1111100 10011011 10011 10100 0 100111 11110010 1101 110111

Color Harmonies of #7D7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7C9B

Black with #7D7C9B

Text Example


Text Example

White with #7D7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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