Html Css Color HEX #7F7098 Deluge

📋 copy color: '#7F7098'

red 127 ◦ green 112 ◦ blue 152

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

Shades of Deluge #7F7098

Tints of Deluge #7F7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 32.48%
G = 28.64%
B = 38.87%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F7098 (or 0x7F7098) is known color: Deluge. HEX triplet: 7F, 70 and 98. RGB value is (127,112,152). Sum of RGB (Red+Green+Blue) = 127+112+152=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7098 is #808F67. Grayscale: #787878. Windows color (decimal): -8425320 or 9990271. OLE color: 9990271.

HSL color Cylindrical-coordinate representation of color #7F7098: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7098 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 112 152 -
CMYK 0.16 0.26 0 0.40
HSL 262.5º 0.16% 0.52% -
HSV(B) 262.5º 0.26% 0.6% -
XYZ 20.21 18.37 32.19 -
YUV 121.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 127 112 152 0.16 0.26 0 0.40 262.5 0.16 0.52
Hex 7F 70 98 10 1A 0 28 106 10 34
Octal 177 160 230 20 32 0 50 406 20 64
Binary 1111111 1110000 10011000 10000 11010 0 101000 100000110 10000 110100

Color Harmonies of #7F7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7098

Black with #7F7098

Text Example


Text Example

White with #7F7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,112,152); }

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

background-color css

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

 a { background-color: rgb(127,112,152); }

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

border-color css

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

 span { border-color: rgb(127,112,152); }

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