Html Css Color HEX #7F649D Deluge

📋 copy color: '#7F649D'

red 127 ◦ green 100 ◦ blue 157

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

Shades of Deluge #7F649D

Tints of Deluge #7F649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

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

R = 33.07%
G = 26.04%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F649D (or 0x7F649D) is known color: Deluge. HEX triplet: 7F, 64 and 9D. RGB value is (127,100,157). Sum of RGB (Red+Green+Blue) = 127+100+157=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 100 (39.45% from 255 or 26.04% 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 #7F649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F649D is #809B62. Grayscale: #727272. Windows color (decimal): -8428387 or 10314879. OLE color: 10314879.

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

Color convert

RGB 127 100 157 -
CMYK 0.19 0.36 0 0.38
HSL 268.42º 0.23% 0.5% -
HSV(B) 268.42º 0.36% 0.62% -
XYZ 19.4 16.06 33.98 -
YUV 114.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 127 100 157 0.19 0.36 0 0.38 268.42 0.23 0.5
Hex 7F 64 9D 13 24 0 26 10C 17 32
Octal 177 144 235 23 44 0 46 414 27 62
Binary 1111111 1100100 10011101 10011 100100 0 100110 100001100 10111 110010

Color Harmonies of #7F649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F649D

Black with #7F649D

Text Example


Text Example

White with #7F649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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