Html Css Color HEX #8F80BB True V

📋 copy color: '#8F80BB'

red 143 ◦ green 128 ◦ blue 187

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

Shades of True V #8F80BB

Tints of True V #8F80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 31.22%
G = 27.95%
B = 40.83%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F80BB (or 0x8F80BB) is known color: True V. HEX triplet: 8F, 80 and BB. RGB value is (143,128,187). Sum of RGB (Red+Green+Blue) = 143+128+187=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BB is #707F44. Grayscale: #8A8A8A. Windows color (decimal): -7372613 or 12288143. OLE color: 12288143.

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

Color convert

RGB 143 128 187 -
CMYK 0.24 0.32 0 0.27
HSL 255.25º 0.3% 0.62% -
HSV(B) 255.25º 0.32% 0.73% -
XYZ 28.02 24.87 50.34 -
YUV 139.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 143 128 187 0.24 0.32 0 0.27 255.25 0.3 0.62
Hex 8F 80 BB 18 20 0 1B FF 1E 3E
Octal 217 200 273 30 40 0 33 377 36 76
Binary 10001111 10000000 10111011 11000 100000 0 11011 11111111 11110 111110

Color Harmonies of #8F80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80BB

Black with #8F80BB

Text Example


Text Example

White with #8F80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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