Html Css Color HEX #8746AB Studio

📋 copy color: '#8746AB'

red 135 ◦ green 70 ◦ blue 171

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

Shades of Studio #8746AB

Tints of Studio #8746AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 35.9%
G = 18.62%
B = 45.48%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8746AB (or 0x8746AB) is known color: Studio. HEX triplet: 87, 46 and AB. RGB value is (135,70,171). Sum of RGB (Red+Green+Blue) = 135+70+171=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8746AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8746AB is #78B954. Grayscale: #646464. Windows color (decimal): -7911765 or 11224711. OLE color: 11224711.

HSL color Cylindrical-coordinate representation of color #8746AB: hue angle of 278.61º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8746AB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 70 171 -
CMYK 0.21 0.59 0 0.33
HSL 278.61º 0.42% 0.47% -
HSV(B) 278.61º 0.59% 0.67% -
XYZ 19.53 12.47 39.91 -
YUV 100.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 135 70 171 0.21 0.59 0 0.33 278.61 0.42 0.47
Hex 87 46 AB 15 3B 0 21 117 2A 2F
Octal 207 106 253 25 73 0 41 427 52 57
Binary 10000111 1000110 10101011 10101 111011 0 100001 100010111 101010 101111

Color Harmonies of #8746AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8746AB

Black with #8746AB

Text Example


Text Example

White with #8746AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8746AB; }

 p { color: rgb(135,70,171); }

 H1.HeaderClassName
 {
   color: #8746AB;
 }
 .AnyTagClassName
 {
   color: #8746AB;
 }
</style>

background-color css

<style>
 a { background-color: #8746AB; }

 a { background-color: rgb(135,70,171); }

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

border-color css

<style>
 span { border-color: #8746AB; }

 span { border-color: rgb(135,70,171); }

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