Html Css Color HEX #7F7498 Deluge

📋 copy color: '#7F7498'

red 127 ◦ green 116 ◦ blue 152

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

Shades of Deluge #7F7498

Tints of Deluge #7F7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 32.15%
G = 29.37%
B = 38.48%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F7498 (or 0x7F7498) is known color: Deluge. HEX triplet: 7F, 74 and 98. RGB value is (127,116,152). Sum of RGB (Red+Green+Blue) = 127+116+152=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7498 is #808B67. Grayscale: #7B7B7B. Windows color (decimal): -8424296 or 9991295. OLE color: 9991295.

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

Color convert

RGB 127 116 152 -
CMYK 0.16 0.24 0 0.40
HSL 258.33º 0.15% 0.53% -
HSV(B) 258.33º 0.24% 0.6% -
XYZ 20.67 19.27 32.34 -
YUV 123.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 127 116 152 0.16 0.24 0 0.40 258.33 0.15 0.53
Hex 7F 74 98 10 18 0 28 102 F 35
Octal 177 164 230 20 30 0 50 402 17 65
Binary 1111111 1110100 10011000 10000 11000 0 101000 100000010 1111 110101

Color Harmonies of #7F7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7498

Black with #7F7498

Text Example


Text Example

White with #7F7498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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