Html Css Color HEX #8C7ABB True V

📋 copy color: '#8C7ABB'

red 140 ◦ green 122 ◦ blue 187

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

Shades of True V #8C7ABB

Tints of True V #8C7ABB

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

 GREEN value IS 122 (48.05% from 255) = 27.17%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 31.18%
G = 27.17%
B = 41.65%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C7ABB (or 0x8C7ABB) is known color: True V. HEX triplet: 8C, 7A and BB. RGB value is (140,122,187). Sum of RGB (Red+Green+Blue) = 140+122+187=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ABB is #738544. Grayscale: #868686. Windows color (decimal): -7570757 or 12286604. OLE color: 12286604.

HSL color Cylindrical-coordinate representation of color #8C7ABB: hue angle of 256.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C7ABB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 122 187 -
CMYK 0.25 0.35 0 0.27
HSL 256.62º 0.32% 0.61% -
HSV(B) 256.62º 0.35% 0.73% -
XYZ 26.74 23.08 50.06 -
YUV 134.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 140 122 187 0.25 0.35 0 0.27 256.62 0.32 0.61
Hex 8C 7A BB 19 23 0 1B 101 20 3D
Octal 214 172 273 31 43 0 33 401 40 75
Binary 10001100 1111010 10111011 11001 100011 0 11011 100000001 100000 111101

Color Harmonies of #8C7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7ABB

Black with #8C7ABB

Text Example


Text Example

White with #8C7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,187); }

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

background-color css

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

 a { background-color: rgb(140,122,187); }

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

border-color css

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

 span { border-color: rgb(140,122,187); }

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