Html Css Color HEX #7F7297 Deluge

📋 copy color: '#7F7297'

red 127 ◦ green 114 ◦ blue 151

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

Shades of Deluge #7F7297

Tints of Deluge #7F7297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 32.4%
G = 29.08%
B = 38.52%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F7297 (or 0x7F7297) is known color: Deluge. HEX triplet: 7F, 72 and 97. RGB value is (127,114,151). Sum of RGB (Red+Green+Blue) = 127+114+151=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F7297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7297 is #808D68. Grayscale: #797979. Windows color (decimal): -8424809 or 9925247. OLE color: 9925247.

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

Color convert

RGB 127 114 151 -
CMYK 0.16 0.25 0 0.41
HSL 261.08º 0.15% 0.52% -
HSV(B) 261.08º 0.25% 0.59% -
XYZ 20.36 18.78 31.83 -
YUV 122.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 127 114 151 0.16 0.25 0 0.41 261.08 0.15 0.52
Hex 7F 72 97 10 19 0 29 105 F 34
Octal 177 162 227 20 31 0 51 405 17 64
Binary 1111111 1110010 10010111 10000 11001 0 101001 100000101 1111 110100

Color Harmonies of #7F7297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7297

Black with #7F7297

Text Example


Text Example

White with #7F7297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,114,151); }

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

background-color css

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

 a { background-color: rgb(127,114,151); }

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

border-color css

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

 span { border-color: rgb(127,114,151); }

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