Html Css Color HEX #8764B3 Deluge

📋 copy color: '#8764B3'

red 135 ◦ green 100 ◦ blue 179

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

Shades of Deluge #8764B3

Tints of Deluge #8764B3

RGB

 RED value IS 135 (53.13% from 255) = 32.61%

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 32.61%
G = 24.15%
B = 43.24%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8764B3 (or 0x8764B3) is known color: Deluge. HEX triplet: 87, 64 and B3. RGB value is (135,100,179). Sum of RGB (Red+Green+Blue) = 135+100+179=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #8764B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764B3 is #789B4C. Grayscale: #777777. Windows color (decimal): -7904077 or 11756679. OLE color: 11756679.

HSL color Cylindrical-coordinate representation of color #8764B3: hue angle of 266.58º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8764B3 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 100 179 -
CMYK 0.25 0.44 0 0.30
HSL 266.58º 0.34% 0.55% -
HSV(B) 266.58º 0.44% 0.7% -
XYZ 22.69 17.52 44.83 -
YUV 119.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 135 100 179 0.25 0.44 0 0.30 266.58 0.34 0.55
Hex 87 64 B3 19 2C 0 1E 10B 22 37
Octal 207 144 263 31 54 0 36 413 42 67
Binary 10000111 1100100 10110011 11001 101100 0 11110 100001011 100010 110111

Color Harmonies of #8764B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764B3

Black with #8764B3

Text Example


Text Example

White with #8764B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8764B3; }

 p { color: rgb(135,100,179); }

 H1.HeaderClassName
 {
   color: #8764B3;
 }
 .AnyTagClassName
 {
   color: #8764B3;
 }
</style>

background-color css

<style>
 a { background-color: #8764B3; }

 a { background-color: rgb(135,100,179); }

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

border-color css

<style>
 span { border-color: #8764B3; }

 span { border-color: rgb(135,100,179); }

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