Html Css Color HEX #7A669F Deluge

📋 copy color: '#7A669F'

red 122 ◦ green 102 ◦ blue 159

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

Shades of Deluge #7A669F

Tints of Deluge #7A669F

RGB

 RED value IS 122 (48.05% from 255) = 31.85%

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 31.85%
G = 26.63%
B = 41.51%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A669F (or 0x7A669F) is known color: Deluge. HEX triplet: 7A, 66 and 9F. RGB value is (122,102,159). Sum of RGB (Red+Green+Blue) = 122+102+159=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A669F is #859960. Grayscale: #727272. Windows color (decimal): -8755553 or 10446458. OLE color: 10446458.

HSL color Cylindrical-coordinate representation of color #7A669F: hue angle of 261.05º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A669F is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 102 159 -
CMYK 0.23 0.36 0 0.38
HSL 261.05º 0.23% 0.51% -
HSV(B) 261.05º 0.36% 0.62% -
XYZ 19.04 16.14 34.91 -
YUV 114.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 122 102 159 0.23 0.36 0 0.38 261.05 0.23 0.51
Hex 7A 66 9F 17 24 0 26 105 17 33
Octal 172 146 237 27 44 0 46 405 27 63
Binary 1111010 1100110 10011111 10111 100100 0 100110 100000101 10111 110011

Color Harmonies of #7A669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A669F

Black with #7A669F

Text Example


Text Example

White with #7A669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,159); }

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

background-color css

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

 a { background-color: rgb(122,102,159); }

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

border-color css

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

 span { border-color: rgb(122,102,159); }

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