Html Css Color HEX #7F6996 Deluge

📋 copy color: '#7F6996'

red 127 ◦ green 105 ◦ blue 150

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

Shades of Deluge #7F6996

Tints of Deluge #7F6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 33.25%
G = 27.49%
B = 39.27%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F6996 (or 0x7F6996) is known color: Deluge. HEX triplet: 7F, 69 and 96. RGB value is (127,105,150). Sum of RGB (Red+Green+Blue) = 127+105+150=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F6996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6996 is #809669. Grayscale: #747474. Windows color (decimal): -8427114 or 9857407. OLE color: 9857407.

HSL color Cylindrical-coordinate representation of color #7F6996: hue angle of 269.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6996 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 105 150 -
CMYK 0.15 0.30 0 0.41
HSL 269.33º 0.18% 0.5% -
HSV(B) 269.33º 0.3% 0.59% -
XYZ 19.31 16.82 31.08 -
YUV 116.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 127 105 150 0.15 0.30 0 0.41 269.33 0.18 0.5
Hex 7F 69 96 F 1E 0 29 10D 12 32
Octal 177 151 226 17 36 0 51 415 22 62
Binary 1111111 1101001 10010110 1111 11110 0 101001 100001101 10010 110010

Color Harmonies of #7F6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6996

Black with #7F6996

Text Example


Text Example

White with #7F6996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,105,150); }

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

background-color css

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

 a { background-color: rgb(127,105,150); }

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

border-color css

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

 span { border-color: rgb(127,105,150); }

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