Html Css Color HEX #7F62AB Deluge

📋 copy color: '#7F62AB'

red 127 ◦ green 98 ◦ blue 171

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

Shades of Deluge #7F62AB

Tints of Deluge #7F62AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 32.07%
G = 24.75%
B = 43.18%

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

#7F62AB (or 0x7F62AB) is known color: Deluge. HEX triplet: 7F, 62 and AB. RGB value is (127,98,171). Sum of RGB (Red+Green+Blue) = 127+98+171=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F62AB is #809D54. Grayscale: #727272. Windows color (decimal): -8428885 or 11231871. OLE color: 11231871.

HSL color Cylindrical-coordinate representation of color #7F62AB: hue angle of 263.84º degrees, saturation: 0.3, 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 #7F62AB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 98 171 -
CMYK 0.26 0.43 0 0.33
HSL 263.84º 0.3% 0.53% -
HSV(B) 263.84º 0.43% 0.67% -
XYZ 20.47 16.19 40.57 -
YUV 114.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 127 98 171 0.26 0.43 0 0.33 263.84 0.3 0.53
Hex 7F 62 AB 1A 2B 0 21 108 1E 35
Octal 177 142 253 32 53 0 41 410 36 65
Binary 1111111 1100010 10101011 11010 101011 0 100001 100001000 11110 110101

Color Harmonies of #7F62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F62AB

Black with #7F62AB

Text Example


Text Example

White with #7F62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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