Html Css Color HEX #7F62AC Deluge

📋 copy color: '#7F62AC'

red 127 ◦ green 98 ◦ blue 172

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

Shades of Deluge #7F62AC

Tints of Deluge #7F62AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 31.99%
G = 24.69%
B = 43.32%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F62AC (or 0x7F62AC) is known color: Deluge. HEX triplet: 7F, 62 and AC. RGB value is (127,98,172). Sum of RGB (Red+Green+Blue) = 127+98+172=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F62AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F62AC is #809D53. Grayscale: #727272. Windows color (decimal): -8428884 or 11297407. OLE color: 11297407.

HSL color Cylindrical-coordinate representation of color #7F62AC: hue angle of 263.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F62AC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 98 172 -
CMYK 0.26 0.43 0 0.33
HSL 263.51º 0.31% 0.53% -
HSV(B) 263.51º 0.43% 0.67% -
XYZ 20.57 16.23 41.08 -
YUV 115.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 127 98 172 0.26 0.43 0 0.33 263.51 0.31 0.53
Hex 7F 62 AC 1A 2B 0 21 108 1F 35
Octal 177 142 254 32 53 0 41 410 37 65
Binary 1111111 1100010 10101100 11010 101011 0 100001 100001000 11111 110101

Color Harmonies of #7F62AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F62AC

Black with #7F62AC

Text Example


Text Example

White with #7F62AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,172); }

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

background-color css

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

 a { background-color: rgb(127,98,172); }

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

border-color css

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

 span { border-color: rgb(127,98,172); }

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