Html Css Color HEX #7F6B9B Deluge

📋 copy color: '#7F6B9B'

red 127 ◦ green 107 ◦ blue 155

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

Shades of Deluge #7F6B9B

Tints of Deluge #7F6B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 32.65%
G = 27.51%
B = 39.85%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F6B9B (or 0x7F6B9B) is known color: Deluge. HEX triplet: 7F, 6B and 9B. RGB value is (127,107,155). Sum of RGB (Red+Green+Blue) = 127+107+155=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F6B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6B9B is #809464. Grayscale: #767676. Windows color (decimal): -8426597 or 10185599. OLE color: 10185599.

HSL color Cylindrical-coordinate representation of color #7F6B9B: hue angle of 265º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F6B9B is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 107 155 -
CMYK 0.18 0.31 0 0.39
HSL 265º 0.19% 0.51% -
HSV(B) 265º 0.31% 0.61% -
XYZ 19.93 17.39 33.32 -
YUV 118.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 127 107 155 0.18 0.31 0 0.39 265 0.19 0.51
Hex 7F 6B 9B 12 1F 0 27 109 13 33
Octal 177 153 233 22 37 0 47 411 23 63
Binary 1111111 1101011 10011011 10010 11111 0 100111 100001001 10011 110011

Color Harmonies of #7F6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6B9B

Black with #7F6B9B

Text Example


Text Example

White with #7F6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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