Html Css Color HEX #7F73A2 Deluge

📋 copy color: '#7F73A2'

red 127 ◦ green 115 ◦ blue 162

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

Shades of Deluge #7F73A2

Tints of Deluge #7F73A2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 31.44%
G = 28.47%
B = 40.1%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F73A2 (or 0x7F73A2) is known color: Deluge. HEX triplet: 7F, 73 and A2. RGB value is (127,115,162). Sum of RGB (Red+Green+Blue) = 127+115+162=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F73A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F73A2 is #808C5D. Grayscale: #7B7B7B. Windows color (decimal): -8424542 or 10646399. OLE color: 10646399.

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

Color convert

RGB 127 115 162 -
CMYK 0.22 0.29 0 0.36
HSL 255.32º 0.2% 0.54% -
HSV(B) 255.32º 0.29% 0.64% -
XYZ 21.4 19.38 36.8 -
YUV 123.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 127 115 162 0.22 0.29 0 0.36 255.32 0.2 0.54
Hex 7F 73 A2 16 1D 0 24 FF 14 36
Octal 177 163 242 26 35 0 44 377 24 66
Binary 1111111 1110011 10100010 10110 11101 0 100100 11111111 10100 110110

Color Harmonies of #7F73A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F73A2

Black with #7F73A2

Text Example


Text Example

White with #7F73A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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