Html Css Color HEX #7F6CAA Deluge

📋 copy color: '#7F6CAA'

red 127 ◦ green 108 ◦ blue 170

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

Shades of Deluge #7F6CAA

Tints of Deluge #7F6CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 31.36%
G = 26.67%
B = 41.98%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F6CAA (or 0x7F6CAA) is known color: Deluge. HEX triplet: 7F, 6C and AA. RGB value is (127,108,170). Sum of RGB (Red+Green+Blue) = 127+108+170=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F6CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6CAA is #809355. Grayscale: #787878. Windows color (decimal): -8426326 or 11168895. OLE color: 11168895.

HSL color Cylindrical-coordinate representation of color #7F6CAA: hue angle of 258.39º 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 #7F6CAA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 108 170 -
CMYK 0.25 0.36 0 0.33
HSL 258.39º 0.27% 0.55% -
HSV(B) 258.39º 0.36% 0.67% -
XYZ 21.37 18.14 40.41 -
YUV 120.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 127 108 170 0.25 0.36 0 0.33 258.39 0.27 0.55
Hex 7F 6C AA 19 24 0 21 102 1B 37
Octal 177 154 252 31 44 0 41 402 33 67
Binary 1111111 1101100 10101010 11001 100100 0 100001 100000010 11011 110111

Color Harmonies of #7F6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CAA

Black with #7F6CAA

Text Example


Text Example

White with #7F6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,170); }

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

background-color css

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

 a { background-color: rgb(127,108,170); }

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

border-color css

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

 span { border-color: rgb(127,108,170); }

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