Html Css Color HEX #7F74A4 Deluge

📋 copy color: '#7F74A4'

red 127 ◦ green 116 ◦ blue 164

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

Shades of Deluge #7F74A4

Tints of Deluge #7F74A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 31.2%
G = 28.5%
B = 40.29%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F74A4 (or 0x7F74A4) is known color: Deluge. HEX triplet: 7F, 74 and A4. RGB value is (127,116,164). Sum of RGB (Red+Green+Blue) = 127+116+164=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F74A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F74A4 is #808B5B. Grayscale: #7C7C7C. Windows color (decimal): -8424284 or 10777727. OLE color: 10777727.

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

Color convert

RGB 127 116 164 -
CMYK 0.23 0.29 0 0.36
HSL 253.75º 0.21% 0.55% -
HSV(B) 253.75º 0.29% 0.64% -
XYZ 21.7 19.68 37.78 -
YUV 124.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 127 116 164 0.23 0.29 0 0.36 253.75 0.21 0.55
Hex 7F 74 A4 17 1D 0 24 FE 15 37
Octal 177 164 244 27 35 0 44 376 25 67
Binary 1111111 1110100 10100100 10111 11101 0 100100 11111110 10101 110111

Color Harmonies of #7F74A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74A4

Black with #7F74A4

Text Example


Text Example

White with #7F74A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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