Html Css Color HEX #7A7098 Deluge

📋 copy color: '#7A7098'

red 122 ◦ green 112 ◦ blue 152

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

Shades of Deluge #7A7098

Tints of Deluge #7A7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 31.61%
G = 29.02%
B = 39.38%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A7098 (or 0x7A7098) is known color: Deluge. HEX triplet: 7A, 70 and 98. RGB value is (122,112,152). Sum of RGB (Red+Green+Blue) = 122+112+152=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7098 is #858F67. Grayscale: #777777. Windows color (decimal): -8753000 or 9990266. OLE color: 9990266.

HSL color Cylindrical-coordinate representation of color #7A7098: hue angle of 255º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A7098 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 112 152 -
CMYK 0.20 0.26 0 0.40
HSL 255º 0.16% 0.52% -
HSV(B) 255º 0.26% 0.6% -
XYZ 19.49 17.99 32.15 -
YUV 119.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 122 112 152 0.20 0.26 0 0.40 255 0.16 0.52
Hex 7A 70 98 14 1A 0 28 FF 10 34
Octal 172 160 230 24 32 0 50 377 20 64
Binary 1111010 1110000 10011000 10100 11010 0 101000 11111111 10000 110100

Color Harmonies of #7A7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7098

Black with #7A7098

Text Example


Text Example

White with #7A7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,152); }

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

background-color css

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

 a { background-color: rgb(122,112,152); }

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

border-color css

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

 span { border-color: rgb(122,112,152); }

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