Html Css Color HEX #7F639B Deluge

📋 copy color: '#7F639B'

red 127 ◦ green 99 ◦ blue 155

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

Shades of Deluge #7F639B

Tints of Deluge #7F639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 33.33%
G = 25.98%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F639B (or 0x7F639B) is known color: Deluge. HEX triplet: 7F, 63 and 9B. RGB value is (127,99,155). Sum of RGB (Red+Green+Blue) = 127+99+155=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F639B is #809C64. Grayscale: #717171. Windows color (decimal): -8428645 or 10183551. OLE color: 10183551.

HSL color Cylindrical-coordinate representation of color #7F639B: hue angle of 270º 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 #7F639B is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 99 155 -
CMYK 0.18 0.36 0 0.39
HSL 270º 0.22% 0.5% -
HSV(B) 270º 0.36% 0.61% -
XYZ 19.13 15.8 33.05 -
YUV 113.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 127 99 155 0.18 0.36 0 0.39 270 0.22 0.5
Hex 7F 63 9B 12 24 0 27 10E 16 32
Octal 177 143 233 22 44 0 47 416 26 62
Binary 1111111 1100011 10011011 10010 100100 0 100111 100001110 10110 110010

Color Harmonies of #7F639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F639B

Black with #7F639B

Text Example


Text Example

White with #7F639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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