Html Css Color HEX #7F6BAE Deluge

📋 copy color: '#7F6BAE'

red 127 ◦ green 107 ◦ blue 174

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

Shades of Deluge #7F6BAE

Tints of Deluge #7F6BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 31.13%
G = 26.23%
B = 42.65%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F6BAE (or 0x7F6BAE) is known color: Deluge. HEX triplet: 7F, 6B and AE. RGB value is (127,107,174). Sum of RGB (Red+Green+Blue) = 127+107+174=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6BAE is #809451. Grayscale: #787878. Windows color (decimal): -8426578 or 11430783. OLE color: 11430783.

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

Color convert

RGB 127 107 174 -
CMYK 0.27 0.39 0 0.32
HSL 257.91º 0.29% 0.55% -
HSV(B) 257.91º 0.39% 0.68% -
XYZ 21.65 18.08 42.39 -
YUV 120.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 127 107 174 0.27 0.39 0 0.32 257.91 0.29 0.55
Hex 7F 6B AE 1B 27 0 20 102 1D 37
Octal 177 153 256 33 47 0 40 402 35 67
Binary 1111111 1101011 10101110 11011 100111 0 100000 100000010 11101 110111

Color Harmonies of #7F6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6BAE

Black with #7F6BAE

Text Example


Text Example

White with #7F6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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