Html Css Color HEX #8A7BAE Deluge

📋 copy color: '#8A7BAE'

red 138 ◦ green 123 ◦ blue 174

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

Shades of Deluge #8A7BAE

Tints of Deluge #8A7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 31.72%
G = 28.28%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A7BAE (or 0x8A7BAE) is known color: Deluge. HEX triplet: 8A, 7B and AE. RGB value is (138,123,174). Sum of RGB (Red+Green+Blue) = 138+123+174=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7BAE is #758451. Grayscale: #858585. Windows color (decimal): -7701586 or 11434890. OLE color: 11434890.

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

Color convert

RGB 138 123 174 -
CMYK 0.21 0.29 0 0.32
HSL 257.65º 0.24% 0.58% -
HSV(B) 257.65º 0.29% 0.68% -
XYZ 25.2 22.63 43.08 -
YUV 133.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 138 123 174 0.21 0.29 0 0.32 257.65 0.24 0.58
Hex 8A 7B AE 15 1D 0 20 102 18 3A
Octal 212 173 256 25 35 0 40 402 30 72
Binary 10001010 1111011 10101110 10101 11101 0 100000 100000010 11000 111010

Color Harmonies of #8A7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BAE

Black with #8A7BAE

Text Example


Text Example

White with #8A7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,174); }

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

background-color css

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

 a { background-color: rgb(138,123,174); }

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

border-color css

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

 span { border-color: rgb(138,123,174); }

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