Html Css Color HEX #7F659B Deluge

📋 copy color: '#7F659B'

red 127 ◦ green 101 ◦ blue 155

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

Shades of Deluge #7F659B

Tints of Deluge #7F659B

RGB

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

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

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

R = 33.16%
G = 26.37%
B = 40.47%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F659B (or 0x7F659B) is known color: Deluge. HEX triplet: 7F, 65 and 9B. RGB value is (127,101,155). Sum of RGB (Red+Green+Blue) = 127+101+155=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F659B is #809A64. Grayscale: #727272. Windows color (decimal): -8428133 or 10184063. OLE color: 10184063.

HSL color Cylindrical-coordinate representation of color #7F659B: hue angle of 268.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F659B is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 101 155 -
CMYK 0.18 0.35 0 0.39
HSL 268.89º 0.21% 0.5% -
HSV(B) 268.89º 0.35% 0.61% -
XYZ 19.32 16.19 33.12 -
YUV 114.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 127 101 155 0.18 0.35 0 0.39 268.89 0.21 0.5
Hex 7F 65 9B 12 23 0 27 10D 15 32
Octal 177 145 233 22 43 0 47 415 25 62
Binary 1111111 1100101 10011011 10010 100011 0 100111 100001101 10101 110010

Color Harmonies of #7F659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F659B

Black with #7F659B

Text Example


Text Example

White with #7F659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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