Html Css Color HEX #7F7799 Deluge

📋 copy color: '#7F7799'

red 127 ◦ green 119 ◦ blue 153

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

Shades of Deluge #7F7799

Tints of Deluge #7F7799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 31.83%
G = 29.82%
B = 38.35%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F7799 (or 0x7F7799) is known color: Deluge. HEX triplet: 7F, 77 and 99. RGB value is (127,119,153). Sum of RGB (Red+Green+Blue) = 127+119+153=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7799 is #808866. Grayscale: #7D7D7D. Windows color (decimal): -8423527 or 10057599. OLE color: 10057599.

HSL color Cylindrical-coordinate representation of color #7F7799: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7799 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 119 153 -
CMYK 0.17 0.22 0 0.4
HSL 254.12º 0.14% 0.53% -
HSV(B) 254.12º 0.22% 0.6% -
XYZ 21.1 20.01 32.89 -
YUV 125.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 127 119 153 0.17 0.22 0 0.4 254.12 0.14 0.53
Hex 7F 77 99 11 16 0 28 FE E 35
Octal 177 167 231 21 26 0 50 376 16 65
Binary 1111111 1110111 10011001 10001 10110 0 101000 11111110 1110 110101

Color Harmonies of #7F7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7799

Black with #7F7799

Text Example


Text Example

White with #7F7799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,119,153); }

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

background-color css

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

 a { background-color: rgb(127,119,153); }

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

border-color css

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

 span { border-color: rgb(127,119,153); }

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