Html Css Color HEX #7F7CAA Deluge

📋 copy color: '#7F7CAA'

red 127 ◦ green 124 ◦ blue 170

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

Shades of Deluge #7F7CAA

Tints of Deluge #7F7CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 30.17%
G = 29.45%
B = 40.38%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7CAA (or 0x7F7CAA) is known color: Deluge. HEX triplet: 7F, 7C and AA. RGB value is (127,124,170). Sum of RGB (Red+Green+Blue) = 127+124+170=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAA is #808355. Grayscale: #818181. Windows color (decimal): -8422230 or 11172991. OLE color: 11172991.

HSL color Cylindrical-coordinate representation of color #7F7CAA: hue angle of 243.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7CAA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 124 170 -
CMYK 0.25 0.27 0 0.33
HSL 243.91º 0.21% 0.58% -
HSV(B) 243.91º 0.27% 0.67% -
XYZ 23.22 21.83 41.02 -
YUV 130.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 127 124 170 0.25 0.27 0 0.33 243.91 0.21 0.58
Hex 7F 7C AA 19 1B 0 21 F4 15 3A
Octal 177 174 252 31 33 0 41 364 25 72
Binary 1111111 1111100 10101010 11001 11011 0 100001 11110100 10101 111010

Color Harmonies of #7F7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CAA

Black with #7F7CAA

Text Example


Text Example

White with #7F7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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