Html Css Color HEX #7F649B Deluge

📋 copy color: '#7F649B'

red 127 ◦ green 100 ◦ blue 155

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

Shades of Deluge #7F649B

Tints of Deluge #7F649B

RGB

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

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

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

R = 33.25%
G = 26.18%
B = 40.58%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F649B (or 0x7F649B) is known color: Deluge. HEX triplet: 7F, 64 and 9B. RGB value is (127,100,155). Sum of RGB (Red+Green+Blue) = 127+100+155=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F649B is #809B64. Grayscale: #727272. Windows color (decimal): -8428389 or 10183807. OLE color: 10183807.

HSL color Cylindrical-coordinate representation of color #7F649B: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F649B is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 100 155 -
CMYK 0.18 0.35 0 0.39
HSL 269.45º 0.22% 0.5% -
HSV(B) 269.45º 0.35% 0.61% -
XYZ 19.23 15.99 33.08 -
YUV 114.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 127 100 155 0.18 0.35 0 0.39 269.45 0.22 0.5
Hex 7F 64 9B 12 23 0 27 10D 16 32
Octal 177 144 233 22 43 0 47 415 26 62
Binary 1111111 1100100 10011011 10010 100011 0 100111 100001101 10110 110010

Color Harmonies of #7F649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F649B

Black with #7F649B

Text Example


Text Example

White with #7F649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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