Html Css Color HEX #7F74AE Deluge

📋 copy color: '#7F74AE'

red 127 ◦ green 116 ◦ blue 174

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

Shades of Deluge #7F74AE

Tints of Deluge #7F74AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 30.46%
G = 27.82%
B = 41.73%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F74AE (or 0x7F74AE) is known color: Deluge. HEX triplet: 7F, 74 and AE. RGB value is (127,116,174). Sum of RGB (Red+Green+Blue) = 127+116+174=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F74AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F74AE is #808B51. Grayscale: #7D7D7D. Windows color (decimal): -8424274 or 11433087. OLE color: 11433087.

HSL color Cylindrical-coordinate representation of color #7F74AE: hue angle of 251.38º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F74AE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 116 174 -
CMYK 0.27 0.33 0 0.32
HSL 251.38º 0.26% 0.57% -
HSV(B) 251.38º 0.33% 0.68% -
XYZ 22.64 20.06 42.72 -
YUV 125.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 127 116 174 0.27 0.33 0 0.32 251.38 0.26 0.57
Hex 7F 74 AE 1B 21 0 20 FB 1A 39
Octal 177 164 256 33 41 0 40 373 32 71
Binary 1111111 1110100 10101110 11011 100001 0 100000 11111011 11010 111001

Color Harmonies of #7F74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74AE

Black with #7F74AE

Text Example


Text Example

White with #7F74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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