Html Css Color HEX #7F7CAE Deluge

📋 copy color: '#7F7CAE'

red 127 ◦ green 124 ◦ blue 174

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

Shades of Deluge #7F7CAE

Tints of Deluge #7F7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 29.88%
G = 29.18%
B = 40.94%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F7CAE (or 0x7F7CAE) is known color: Deluge. HEX triplet: 7F, 7C and AE. RGB value is (127,124,174). Sum of RGB (Red+Green+Blue) = 127+124+174=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAE is #808351. Grayscale: #828282. Windows color (decimal): -8422226 or 11435135. OLE color: 11435135.

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

Color convert

RGB 127 124 174 -
CMYK 0.27 0.29 0 0.32
HSL 243.6º 0.24% 0.58% -
HSV(B) 243.6º 0.29% 0.68% -
XYZ 23.6 21.98 43.04 -
YUV 130.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 127 124 174 0.27 0.29 0 0.32 243.6 0.24 0.58
Hex 7F 7C AE 1B 1D 0 20 F4 18 3A
Octal 177 174 256 33 35 0 40 364 30 72
Binary 1111111 1111100 10101110 11011 11101 0 100000 11110100 11000 111010

Color Harmonies of #7F7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CAE

Black with #7F7CAE

Text Example


Text Example

White with #7F7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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