Html Css Color HEX #7F659D Deluge

📋 copy color: '#7F659D'

red 127 ◦ green 101 ◦ blue 157

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

Shades of Deluge #7F659D

Tints of Deluge #7F659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 32.99%
G = 26.23%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F659D (or 0x7F659D) is known color: Deluge. HEX triplet: 7F, 65 and 9D. RGB value is (127,101,157). Sum of RGB (Red+Green+Blue) = 127+101+157=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F659D is #809A62. Grayscale: #727272. Windows color (decimal): -8428131 or 10315135. OLE color: 10315135.

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

Color convert

RGB 127 101 157 -
CMYK 0.19 0.36 0 0.38
HSL 267.86º 0.22% 0.51% -
HSV(B) 267.86º 0.36% 0.62% -
XYZ 19.49 16.25 34.01 -
YUV 115.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 127 101 157 0.19 0.36 0 0.38 267.86 0.22 0.51
Hex 7F 65 9D 13 24 0 26 10C 16 33
Octal 177 145 235 23 44 0 46 414 26 63
Binary 1111111 1100101 10011101 10011 100100 0 100110 100001100 10110 110011

Color Harmonies of #7F659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F659D

Black with #7F659D

Text Example


Text Example

White with #7F659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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