Html Css Color HEX #7F6CA3 Deluge

📋 copy color: '#7F6CA3'

red 127 ◦ green 108 ◦ blue 163

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

Shades of Deluge #7F6CA3

Tints of Deluge #7F6CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.95%

R = 31.91%
G = 27.14%
B = 40.95%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F6CA3 (or 0x7F6CA3) is known color: Deluge. HEX triplet: 7F, 6C and A3. RGB value is (127,108,163). Sum of RGB (Red+Green+Blue) = 127+108+163=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F6CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6CA3 is #80935C. Grayscale: #777777. Windows color (decimal): -8426333 or 10710143. OLE color: 10710143.

HSL color Cylindrical-coordinate representation of color #7F6CA3: hue angle of 260.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F6CA3 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 108 163 -
CMYK 0.22 0.34 0 0.36
HSL 260.73º 0.23% 0.53% -
HSV(B) 260.73º 0.34% 0.64% -
XYZ 20.73 17.88 37.01 -
YUV 119.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 127 108 163 0.22 0.34 0 0.36 260.73 0.23 0.53
Hex 7F 6C A3 16 22 0 24 105 17 35
Octal 177 154 243 26 42 0 44 405 27 65
Binary 1111111 1101100 10100011 10110 100010 0 100100 100000101 10111 110101

Color Harmonies of #7F6CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CA3

Black with #7F6CA3

Text Example


Text Example

White with #7F6CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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