Html Css Color HEX #7F7398 Deluge

📋 copy color: '#7F7398'

red 127 ◦ green 115 ◦ blue 152

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

Shades of Deluge #7F7398

Tints of Deluge #7F7398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 32.23%
G = 29.19%
B = 38.58%

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

#7F7398 (or 0x7F7398) is known color: Deluge. HEX triplet: 7F, 73 and 98. RGB value is (127,115,152). Sum of RGB (Red+Green+Blue) = 127+115+152=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7398 is #808C67. Grayscale: #7A7A7A. Windows color (decimal): -8424552 or 9991039. OLE color: 9991039.

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

Color convert

RGB 127 115 152 -
CMYK 0.16 0.24 0 0.40
HSL 259.46º 0.15% 0.52% -
HSV(B) 259.46º 0.24% 0.6% -
XYZ 20.55 19.04 32.3 -
YUV 122.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 127 115 152 0.16 0.24 0 0.40 259.46 0.15 0.52
Hex 7F 73 98 10 18 0 28 103 F 34
Octal 177 163 230 20 30 0 50 403 17 64
Binary 1111111 1110011 10011000 10000 11000 0 101000 100000011 1111 110100

Color Harmonies of #7F7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7398

Black with #7F7398

Text Example


Text Example

White with #7F7398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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