Html Css Color HEX #7F629D Deluge

📋 copy color: '#7F629D'

red 127 ◦ green 98 ◦ blue 157

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

Shades of Deluge #7F629D

Tints of Deluge #7F629D

RGB

 RED value IS 127 (50% from 255) = 33.25%

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 33.25%
G = 25.65%
B = 41.1%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F629D (or 0x7F629D) is known color: Deluge. HEX triplet: 7F, 62 and 9D. RGB value is (127,98,157). Sum of RGB (Red+Green+Blue) = 127+98+157=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F629D is #809D62. Grayscale: #717171. Windows color (decimal): -8428899 or 10314367. OLE color: 10314367.

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

Color convert

RGB 127 98 157 -
CMYK 0.19 0.38 0 0.38
HSL 269.49º 0.23% 0.5% -
HSV(B) 269.49º 0.38% 0.62% -
XYZ 19.21 15.68 33.91 -
YUV 113.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 127 98 157 0.19 0.38 0 0.38 269.49 0.23 0.5
Hex 7F 62 9D 13 26 0 26 10D 17 32
Octal 177 142 235 23 46 0 46 415 27 62
Binary 1111111 1100010 10011101 10011 100110 0 100110 100001101 10111 110010

Color Harmonies of #7F629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F629D

Black with #7F629D

Text Example


Text Example

White with #7F629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,157); }

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

background-color css

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

 a { background-color: rgb(127,98,157); }

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

border-color css

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

 span { border-color: rgb(127,98,157); }

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