Html Css Color HEX #8F77BB True V

📋 copy color: '#8F77BB'

red 143 ◦ green 119 ◦ blue 187

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

Shades of True V #8F77BB

Tints of True V #8F77BB

RGB

 RED value IS 143 (56.25% from 255) = 31.85%

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 31.85%
G = 26.5%
B = 41.65%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F77BB (or 0x8F77BB) is known color: True V. HEX triplet: 8F, 77 and BB. RGB value is (143,119,187). Sum of RGB (Red+Green+Blue) = 143+119+187=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 119 (46.88% from 255 or 26.50% 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 #8F77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77BB is #708844. Grayscale: #858585. Windows color (decimal): -7374917 or 12285839. OLE color: 12285839.

HSL color Cylindrical-coordinate representation of color #8F77BB: hue angle of 261.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F77BB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 119 187 -
CMYK 0.24 0.36 0 0.27
HSL 261.18º 0.33% 0.6% -
HSV(B) 261.18º 0.36% 0.73% -
XYZ 26.89 22.62 49.96 -
YUV 133.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 143 119 187 0.24 0.36 0 0.27 261.18 0.33 0.6
Hex 8F 77 BB 18 24 0 1B 105 21 3C
Octal 217 167 273 30 44 0 33 405 41 74
Binary 10001111 1110111 10111011 11000 100100 0 11011 100000101 100001 111100

Color Harmonies of #8F77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77BB

Black with #8F77BB

Text Example


Text Example

White with #8F77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,119,187); }

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

background-color css

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

 a { background-color: rgb(143,119,187); }

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

border-color css

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

 span { border-color: rgb(143,119,187); }

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