Html Css Color HEX #7F629F Deluge

📋 copy color: '#7F629F'

red 127 ◦ green 98 ◦ blue 159

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

Shades of Deluge #7F629F

Tints of Deluge #7F629F

RGB

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

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

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

R = 33.07%
G = 25.52%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F629F (or 0x7F629F) is known color: Deluge. HEX triplet: 7F, 62 and 9F. RGB value is (127,98,159). Sum of RGB (Red+Green+Blue) = 127+98+159=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F629F is #809D60. Grayscale: #717171. Windows color (decimal): -8428897 or 10445439. OLE color: 10445439.

HSL color Cylindrical-coordinate representation of color #7F629F: hue angle of 268.52º degrees, saturation: 0.24, 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 #7F629F is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 98 159 -
CMYK 0.20 0.38 0 0.38
HSL 268.52º 0.24% 0.5% -
HSV(B) 268.52º 0.38% 0.62% -
XYZ 19.38 15.75 34.82 -
YUV 113.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 127 98 159 0.20 0.38 0 0.38 268.52 0.24 0.5
Hex 7F 62 9F 14 26 0 26 10D 18 32
Octal 177 142 237 24 46 0 46 415 30 62
Binary 1111111 1100010 10011111 10100 100110 0 100110 100001101 11000 110010

Color Harmonies of #7F629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F629F

Black with #7F629F

Text Example


Text Example

White with #7F629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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