Html Css Color HEX #7F699E Deluge

📋 copy color: '#7F699E'

red 127 ◦ green 105 ◦ blue 158

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

Shades of Deluge #7F699E

Tints of Deluge #7F699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 32.56%
G = 26.92%
B = 40.51%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F699E (or 0x7F699E) is known color: Deluge. HEX triplet: 7F, 69 and 9E. RGB value is (127,105,158). Sum of RGB (Red+Green+Blue) = 127+105+158=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F699E is #809661. Grayscale: #757575. Windows color (decimal): -8427106 or 10381695. OLE color: 10381695.

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

Color convert

RGB 127 105 158 -
CMYK 0.20 0.34 0 0.38
HSL 264.91º 0.21% 0.52% -
HSV(B) 264.91º 0.34% 0.62% -
XYZ 19.98 17.08 34.59 -
YUV 117.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 127 105 158 0.20 0.34 0 0.38 264.91 0.21 0.52
Hex 7F 69 9E 14 22 0 26 109 15 34
Octal 177 151 236 24 42 0 46 411 25 64
Binary 1111111 1101001 10011110 10100 100010 0 100110 100001001 10101 110100

Color Harmonies of #7F699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F699E

Black with #7F699E

Text Example


Text Example

White with #7F699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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