Html Css Color HEX #7F6DAB Deluge

📋 copy color: '#7F6DAB'

red 127 ◦ green 109 ◦ blue 171

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

Shades of Deluge #7F6DAB

Tints of Deluge #7F6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

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

R = 31.2%
G = 26.78%
B = 42.01%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F6DAB (or 0x7F6DAB) is known color: Deluge. HEX triplet: 7F, 6D and AB. RGB value is (127,109,171). Sum of RGB (Red+Green+Blue) = 127+109+171=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6DAB is #809254. Grayscale: #797979. Windows color (decimal): -8426069 or 11234687. OLE color: 11234687.

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

Color convert

RGB 127 109 171 -
CMYK 0.26 0.36 0 0.33
HSL 257.42º 0.27% 0.55% -
HSV(B) 257.42º 0.36% 0.67% -
XYZ 21.57 18.39 40.94 -
YUV 121.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 127 109 171 0.26 0.36 0 0.33 257.42 0.27 0.55
Hex 7F 6D AB 1A 24 0 21 101 1B 37
Octal 177 155 253 32 44 0 41 401 33 67
Binary 1111111 1101101 10101011 11010 100100 0 100001 100000001 11011 110111

Color Harmonies of #7F6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6DAB

Black with #7F6DAB

Text Example


Text Example

White with #7F6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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