Html Css Color HEX #8A7DAF Deluge

📋 copy color: '#8A7DAF'

red 138 ◦ green 125 ◦ blue 175

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

Shades of Deluge #8A7DAF

Tints of Deluge #8A7DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

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

R = 31.51%
G = 28.54%
B = 39.95%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A7DAF (or 0x8A7DAF) is known color: Deluge. HEX triplet: 8A, 7D and AF. RGB value is (138,125,175). Sum of RGB (Red+Green+Blue) = 138+125+175=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7DAF is #758250. Grayscale: #868686. Windows color (decimal): -7701073 or 11500938. OLE color: 11500938.

HSL color Cylindrical-coordinate representation of color #8A7DAF: hue angle of 255.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7DAF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 125 175 -
CMYK 0.21 0.29 0 0.31
HSL 255.6º 0.24% 0.59% -
HSV(B) 255.6º 0.29% 0.69% -
XYZ 25.55 23.17 43.68 -
YUV 134.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 138 125 175 0.21 0.29 0 0.31 255.6 0.24 0.59
Hex 8A 7D AF 15 1D 0 1F 100 18 3B
Octal 212 175 257 25 35 0 37 400 30 73
Binary 10001010 1111101 10101111 10101 11101 0 11111 100000000 11000 111011

Color Harmonies of #8A7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7DAF

Black with #8A7DAF

Text Example


Text Example

White with #8A7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,175); }

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

background-color css

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

 a { background-color: rgb(138,125,175); }

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

border-color css

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

 span { border-color: rgb(138,125,175); }

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