Html Css Color HEX #7F6B95 Deluge

📋 copy color: '#7F6B95'

red 127 ◦ green 107 ◦ blue 149

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

Shades of Deluge #7F6B95

Tints of Deluge #7F6B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 33.16%
G = 27.94%
B = 38.9%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F6B95 (or 0x7F6B95) is known color: Deluge. HEX triplet: 7F, 6B and 95. RGB value is (127,107,149). Sum of RGB (Red+Green+Blue) = 127+107+149=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F6B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6B95 is #80946A. Grayscale: #757575. Windows color (decimal): -8426603 or 9792383. OLE color: 9792383.

HSL color Cylindrical-coordinate representation of color #7F6B95: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F6B95 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 107 149 -
CMYK 0.15 0.28 0 0.42
HSL 268.57º 0.17% 0.5% -
HSV(B) 268.57º 0.28% 0.58% -
XYZ 19.43 17.2 30.73 -
YUV 117.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 127 107 149 0.15 0.28 0 0.42 268.57 0.17 0.5
Hex 7F 6B 95 F 1C 0 2A 10D 11 32
Octal 177 153 225 17 34 0 52 415 21 62
Binary 1111111 1101011 10010101 1111 11100 0 101010 100001101 10001 110010

Color Harmonies of #7F6B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6B95

Black with #7F6B95

Text Example


Text Example

White with #7F6B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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