Html Css Color HEX #7F699D Deluge

📋 copy color: '#7F699D'

red 127 ◦ green 105 ◦ blue 157

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

Shades of Deluge #7F699D

Tints of Deluge #7F699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 32.65%
G = 26.99%
B = 40.36%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F699D (or 0x7F699D) is known color: Deluge. HEX triplet: 7F, 69 and 9D. RGB value is (127,105,157). Sum of RGB (Red+Green+Blue) = 127+105+157=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F699D is #809662. Grayscale: #757575. Windows color (decimal): -8427107 or 10316159. OLE color: 10316159.

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

Color convert

RGB 127 105 157 -
CMYK 0.19 0.33 0 0.38
HSL 265.38º 0.21% 0.51% -
HSV(B) 265.38º 0.33% 0.62% -
XYZ 19.89 17.05 34.14 -
YUV 117.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 127 105 157 0.19 0.33 0 0.38 265.38 0.21 0.51
Hex 7F 69 9D 13 21 0 26 109 15 33
Octal 177 151 235 23 41 0 46 411 25 63
Binary 1111111 1101001 10011101 10011 100001 0 100110 100001001 10101 110011

Color Harmonies of #7F699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F699D

Black with #7F699D

Text Example


Text Example

White with #7F699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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