Html Css Color HEX #8A7BB4 Deluge

📋 copy color: '#8A7BB4'

red 138 ◦ green 123 ◦ blue 180

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

Shades of Deluge #8A7BB4

Tints of Deluge #8A7BB4

RGB

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

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

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

R = 31.29%
G = 27.89%
B = 40.82%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A7BB4 (or 0x8A7BB4) is known color: Deluge. HEX triplet: 8A, 7B and B4. RGB value is (138,123,180). Sum of RGB (Red+Green+Blue) = 138+123+180=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A7BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BB4 is #75844B. Grayscale: #858585. Windows color (decimal): -7701580 or 11828106. OLE color: 11828106.

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

Color convert

RGB 138 123 180 -
CMYK 0.23 0.32 0 0.29
HSL 255.79º 0.28% 0.59% -
HSV(B) 255.79º 0.32% 0.71% -
XYZ 25.8 22.86 46.23 -
YUV 133.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 138 123 180 0.23 0.32 0 0.29 255.79 0.28 0.59
Hex 8A 7B B4 17 20 0 1D 100 1C 3B
Octal 212 173 264 27 40 0 35 400 34 73
Binary 10001010 1111011 10110100 10111 100000 0 11101 100000000 11100 111011

Color Harmonies of #8A7BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BB4

Black with #8A7BB4

Text Example


Text Example

White with #8A7BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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