Html Css Color HEX #7F609F Deluge

📋 copy color: '#7F609F'

red 127 ◦ green 96 ◦ blue 159

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

Shades of Deluge #7F609F

Tints of Deluge #7F609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.13%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 33.25%
G = 25.13%
B = 41.62%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F609F (or 0x7F609F) is known color: Deluge. HEX triplet: 7F, 60 and 9F. RGB value is (127,96,159). Sum of RGB (Red+Green+Blue) = 127+96+159=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F609F is #809F60. Grayscale: #707070. Windows color (decimal): -8429409 or 10444927. OLE color: 10444927.

HSL color Cylindrical-coordinate representation of color #7F609F: hue angle of 269.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F609F is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 96 159 -
CMYK 0.20 0.40 0 0.38
HSL 269.52º 0.25% 0.5% -
HSV(B) 269.52º 0.4% 0.62% -
XYZ 19.19 15.38 34.76 -
YUV 112.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 127 96 159 0.20 0.40 0 0.38 269.52 0.25 0.5
Hex 7F 60 9F 14 28 0 26 10E 19 32
Octal 177 140 237 24 50 0 46 416 31 62
Binary 1111111 1100000 10011111 10100 101000 0 100110 100001110 11001 110010

Color Harmonies of #7F609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F609F

Black with #7F609F

Text Example


Text Example

White with #7F609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,159); }

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

background-color css

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

 a { background-color: rgb(127,96,159); }

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

border-color css

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

 span { border-color: rgb(127,96,159); }

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