Html Css Color HEX #7F60AB Deluge

📋 copy color: '#7F60AB'

red 127 ◦ green 96 ◦ blue 171

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

Shades of Deluge #7F60AB

Tints of Deluge #7F60AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 32.23%
G = 24.37%
B = 43.4%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F60AB (or 0x7F60AB) is known color: Deluge. HEX triplet: 7F, 60 and AB. RGB value is (127,96,171). Sum of RGB (Red+Green+Blue) = 127+96+171=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F60AB is #809F54. Grayscale: #717171. Windows color (decimal): -8429397 or 11231359. OLE color: 11231359.

HSL color Cylindrical-coordinate representation of color #7F60AB: hue angle of 264.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F60AB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 96 171 -
CMYK 0.26 0.44 0 0.33
HSL 264.8º 0.31% 0.52% -
HSV(B) 264.8º 0.44% 0.67% -
XYZ 20.29 15.82 40.51 -
YUV 113.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 127 96 171 0.26 0.44 0 0.33 264.8 0.31 0.52
Hex 7F 60 AB 1A 2C 0 21 109 1F 34
Octal 177 140 253 32 54 0 41 411 37 64
Binary 1111111 1100000 10101011 11010 101100 0 100001 100001001 11111 110100

Color Harmonies of #7F60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F60AB

Black with #7F60AB

Text Example


Text Example

White with #7F60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,171); }

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

background-color css

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

 a { background-color: rgb(127,96,171); }

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

border-color css

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

 span { border-color: rgb(127,96,171); }

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