Html Css Color HEX #8A79B4 Deluge

📋 copy color: '#8A79B4'

red 138 ◦ green 121 ◦ blue 180

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

Shades of Deluge #8A79B4

Tints of Deluge #8A79B4

RGB

 RED value IS 138 (54.3% from 255) = 31.44%

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 180 (70.7% from 255) = 41%

R = 31.44%
G = 27.56%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A79B4 (or 0x8A79B4) is known color: Deluge. HEX triplet: 8A, 79 and B4. RGB value is (138,121,180). Sum of RGB (Red+Green+Blue) = 138+121+180=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A79B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79B4 is #75864B. Grayscale: #848484. Windows color (decimal): -7702092 or 11827594. OLE color: 11827594.

HSL color Cylindrical-coordinate representation of color #8A79B4: hue angle of 257.29º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A79B4 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 121 180 -
CMYK 0.23 0.33 0 0.29
HSL 257.29º 0.28% 0.59% -
HSV(B) 257.29º 0.33% 0.71% -
XYZ 25.56 22.37 46.15 -
YUV 132.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 138 121 180 0.23 0.33 0 0.29 257.29 0.28 0.59
Hex 8A 79 B4 17 21 0 1D 101 1C 3B
Octal 212 171 264 27 41 0 35 401 34 73
Binary 10001010 1111001 10110100 10111 100001 0 11101 100000001 11100 111011

Color Harmonies of #8A79B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A79B4

Black with #8A79B4

Text Example


Text Example

White with #8A79B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A79B4; }

 p { color: rgb(138,121,180); }

 H1.HeaderClassName
 {
   color: #8A79B4;
 }
 .AnyTagClassName
 {
   color: #8A79B4;
 }
</style>

background-color css

<style>
 a { background-color: #8A79B4; }

 a { background-color: rgb(138,121,180); }

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

border-color css

<style>
 span { border-color: #8A79B4; }

 span { border-color: rgb(138,121,180); }

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