Html Css Color HEX #8F80BC True V

📋 copy color: '#8F80BC'

red 143 ◦ green 128 ◦ blue 188

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

Shades of True V #8F80BC

Tints of True V #8F80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 31.15%
G = 27.89%
B = 40.96%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F80BC (or 0x8F80BC) is known color: True V. HEX triplet: 8F, 80 and BC. RGB value is (143,128,188). Sum of RGB (Red+Green+Blue) = 143+128+188=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BC is #707F43. Grayscale: #8B8B8B. Windows color (decimal): -7372612 or 12353679. OLE color: 12353679.

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

Color convert

RGB 143 128 188 -
CMYK 0.24 0.32 0 0.26
HSL 255º 0.31% 0.62% -
HSV(B) 255º 0.32% 0.74% -
XYZ 28.12 24.91 50.9 -
YUV 139.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 143 128 188 0.24 0.32 0 0.26 255 0.31 0.62
Hex 8F 80 BC 18 20 0 1A FF 1F 3E
Octal 217 200 274 30 40 0 32 377 37 76
Binary 10001111 10000000 10111100 11000 100000 0 11010 11111111 11111 111110

Color Harmonies of #8F80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80BC

Black with #8F80BC

Text Example


Text Example

White with #8F80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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