Html Css Color HEX #7F61AE Deluge

📋 copy color: '#7F61AE'

red 127 ◦ green 97 ◦ blue 174

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

Shades of Deluge #7F61AE

Tints of Deluge #7F61AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 31.91%
G = 24.37%
B = 43.72%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F61AE (or 0x7F61AE) is known color: Deluge. HEX triplet: 7F, 61 and AE. RGB value is (127,97,174). Sum of RGB (Red+Green+Blue) = 127+97+174=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F61AE is #809E51. Grayscale: #727272. Windows color (decimal): -8429138 or 11428223. OLE color: 11428223.

HSL color Cylindrical-coordinate representation of color #7F61AE: hue angle of 263.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F61AE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 97 174 -
CMYK 0.27 0.44 0 0.32
HSL 263.38º 0.32% 0.53% -
HSV(B) 263.38º 0.44% 0.68% -
XYZ 20.67 16.12 42.07 -
YUV 114.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 127 97 174 0.27 0.44 0 0.32 263.38 0.32 0.53
Hex 7F 61 AE 1B 2C 0 20 107 20 35
Octal 177 141 256 33 54 0 40 407 40 65
Binary 1111111 1100001 10101110 11011 101100 0 100000 100000111 100000 110101

Color Harmonies of #7F61AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F61AE

Black with #7F61AE

Text Example


Text Example

White with #7F61AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,174); }

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

background-color css

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

 a { background-color: rgb(127,97,174); }

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

border-color css

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

 span { border-color: rgb(127,97,174); }

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