Html Css Color HEX #7F74A2 Deluge

📋 copy color: '#7F74A2'

red 127 ◦ green 116 ◦ blue 162

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

Shades of Deluge #7F74A2

Tints of Deluge #7F74A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 31.36%
G = 28.64%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F74A2 (or 0x7F74A2) is known color: Deluge. HEX triplet: 7F, 74 and A2. RGB value is (127,116,162). Sum of RGB (Red+Green+Blue) = 127+116+162=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F74A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F74A2 is #808B5D. Grayscale: #7C7C7C. Windows color (decimal): -8424286 or 10646655. OLE color: 10646655.

HSL color Cylindrical-coordinate representation of color #7F74A2: hue angle of 254.35º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F74A2 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 116 162 -
CMYK 0.22 0.28 0 0.36
HSL 254.35º 0.2% 0.55% -
HSV(B) 254.35º 0.28% 0.64% -
XYZ 21.52 19.61 36.83 -
YUV 124.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 127 116 162 0.22 0.28 0 0.36 254.35 0.2 0.55
Hex 7F 74 A2 16 1C 0 24 FE 14 37
Octal 177 164 242 26 34 0 44 376 24 67
Binary 1111111 1110100 10100010 10110 11100 0 100100 11111110 10100 110111

Color Harmonies of #7F74A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74A2

Black with #7F74A2

Text Example


Text Example

White with #7F74A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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