Html Css Color HEX #7F71AB Deluge

📋 copy color: '#7F71AB'

red 127 ◦ green 113 ◦ blue 171

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

Shades of Deluge #7F71AB

Tints of Deluge #7F71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 30.9%
G = 27.49%
B = 41.61%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F71AB (or 0x7F71AB) is known color: Deluge. HEX triplet: 7F, 71 and AB. RGB value is (127,113,171). Sum of RGB (Red+Green+Blue) = 127+113+171=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F71AB is #808E54. Grayscale: #7B7B7B. Windows color (decimal): -8425045 or 11235711. OLE color: 11235711.

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

Color convert

RGB 127 113 171 -
CMYK 0.26 0.34 0 0.33
HSL 254.48º 0.26% 0.56% -
HSV(B) 254.48º 0.34% 0.67% -
XYZ 22.01 19.26 41.09 -
YUV 123.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 127 113 171 0.26 0.34 0 0.33 254.48 0.26 0.56
Hex 7F 71 AB 1A 22 0 21 FE 1A 38
Octal 177 161 253 32 42 0 41 376 32 70
Binary 1111111 1110001 10101011 11010 100010 0 100001 11111110 11010 111000

Color Harmonies of #7F71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F71AB

Black with #7F71AB

Text Example


Text Example

White with #7F71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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