Html Css Color HEX #7F7AAF Deluge

📋 copy color: '#7F7AAF'

red 127 ◦ green 122 ◦ blue 175

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

Shades of Deluge #7F7AAF

Tints of Deluge #7F7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 29.95%
G = 28.77%
B = 41.27%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F7AAF (or 0x7F7AAF) is known color: Deluge. HEX triplet: 7F, 7A and AF. RGB value is (127,122,175). Sum of RGB (Red+Green+Blue) = 127+122+175=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AAF is #808550. Grayscale: #818181. Windows color (decimal): -8422737 or 11500159. OLE color: 11500159.

HSL color Cylindrical-coordinate representation of color #7F7AAF: hue angle of 245.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7AAF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 122 175 -
CMYK 0.27 0.30 0 0.31
HSL 245.66º 0.25% 0.58% -
HSV(B) 245.66º 0.3% 0.69% -
XYZ 23.45 21.53 43.48 -
YUV 129.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 127 122 175 0.27 0.30 0 0.31 245.66 0.25 0.58
Hex 7F 7A AF 1B 1E 0 1F F6 19 3A
Octal 177 172 257 33 36 0 37 366 31 72
Binary 1111111 1111010 10101111 11011 11110 0 11111 11110110 11001 111010

Color Harmonies of #7F7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AAF

Black with #7F7AAF

Text Example


Text Example

White with #7F7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,175); }

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

background-color css

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

 a { background-color: rgb(127,122,175); }

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

border-color css

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

 span { border-color: rgb(127,122,175); }

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