Html Css Color HEX #7F649C Deluge

📋 copy color: '#7F649C'

red 127 ◦ green 100 ◦ blue 156

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

Shades of Deluge #7F649C

Tints of Deluge #7F649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 33.16%
G = 26.11%
B = 40.73%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F649C (or 0x7F649C) is known color: Deluge. HEX triplet: 7F, 64 and 9C. RGB value is (127,100,156). Sum of RGB (Red+Green+Blue) = 127+100+156=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F649C is #809B63. Grayscale: #727272. Windows color (decimal): -8428388 or 10249343. OLE color: 10249343.

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

Color convert

RGB 127 100 156 -
CMYK 0.19 0.36 0 0.39
HSL 268.93º 0.22% 0.5% -
HSV(B) 268.93º 0.36% 0.61% -
XYZ 19.31 16.03 33.53 -
YUV 114.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 127 100 156 0.19 0.36 0 0.39 268.93 0.22 0.5
Hex 7F 64 9C 13 24 0 27 10D 16 32
Octal 177 144 234 23 44 0 47 415 26 62
Binary 1111111 1100100 10011100 10011 100100 0 100111 100001101 10110 110010

Color Harmonies of #7F649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F649C

Black with #7F649C

Text Example


Text Example

White with #7F649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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