Html Css Color HEX #7F689D Deluge

📋 copy color: '#7F689D'

red 127 ◦ green 104 ◦ blue 157

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

Shades of Deluge #7F689D

Tints of Deluge #7F689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

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

R = 32.73%
G = 26.8%
B = 40.46%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F689D (or 0x7F689D) is known color: Deluge. HEX triplet: 7F, 68 and 9D. RGB value is (127,104,157). Sum of RGB (Red+Green+Blue) = 127+104+157=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F689D is #809762. Grayscale: #747474. Windows color (decimal): -8427363 or 10315903. OLE color: 10315903.

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

Color convert

RGB 127 104 157 -
CMYK 0.19 0.34 0 0.38
HSL 266.04º 0.21% 0.51% -
HSV(B) 266.04º 0.34% 0.62% -
XYZ 19.79 16.85 34.11 -
YUV 116.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 127 104 157 0.19 0.34 0 0.38 266.04 0.21 0.51
Hex 7F 68 9D 13 22 0 26 10A 15 33
Octal 177 150 235 23 42 0 46 412 25 63
Binary 1111111 1101000 10011101 10011 100010 0 100110 100001010 10101 110011

Color Harmonies of #7F689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F689D

Black with #7F689D

Text Example


Text Example

White with #7F689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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