Html Css Color HEX #7A78AB Deluge

📋 copy color: '#7A78AB'

red 122 ◦ green 120 ◦ blue 171

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

Shades of Deluge #7A78AB

Tints of Deluge #7A78AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

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

R = 29.54%
G = 29.06%
B = 41.4%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A78AB (or 0x7A78AB) is known color: Deluge. HEX triplet: 7A, 78 and AB. RGB value is (122,120,171). Sum of RGB (Red+Green+Blue) = 122+120+171=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A78AB is #858754. Grayscale: #7E7E7E. Windows color (decimal): -8750933 or 11237498. OLE color: 11237498.

HSL color Cylindrical-coordinate representation of color #7A78AB: hue angle of 242.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A78AB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 120 171 -
CMYK 0.29 0.30 0 0.33
HSL 242.35º 0.23% 0.57% -
HSV(B) 242.35º 0.3% 0.67% -
XYZ 22.09 20.51 41.32 -
YUV 126.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 122 120 171 0.29 0.30 0 0.33 242.35 0.23 0.57
Hex 7A 78 AB 1D 1E 0 21 F2 17 39
Octal 172 170 253 35 36 0 41 362 27 71
Binary 1111010 1111000 10101011 11101 11110 0 100001 11110010 10111 111001

Color Harmonies of #7A78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A78AB

Black with #7A78AB

Text Example


Text Example

White with #7A78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,171); }

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

background-color css

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

 a { background-color: rgb(122,120,171); }

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

border-color css

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

 span { border-color: rgb(122,120,171); }

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