Html Css Color HEX #8F86DD Blue Bell

📋 copy color: '#8F86DD'

red 143 ◦ green 134 ◦ blue 221

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

Shades of Blue Bell #8F86DD

Tints of Blue Bell #8F86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 28.71%
G = 26.91%
B = 44.38%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F86DD (or 0x8F86DD) is known color: Blue Bell. HEX triplet: 8F, 86 and DD. RGB value is (143,134,221). Sum of RGB (Red+Green+Blue) = 143+134+221=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F86DD is #707922. Grayscale: #929292. Windows color (decimal): -7371043 or 14517903. OLE color: 14517903.

HSL color Cylindrical-coordinate representation of color #8F86DD: hue angle of 246.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F86DD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 134 221 -
CMYK 0.35 0.39 0 0.13
HSL 246.21º 0.56% 0.7% -
HSV(B) 246.21º 0.39% 0.87% -
XYZ 32.9 28.11 72.1 -
YUV 146.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 143 134 221 0.35 0.39 0 0.13 246.21 0.56 0.7
Hex 8F 86 DD 23 27 0 D F6 38 46
Octal 217 206 335 43 47 0 15 366 70 106
Binary 10001111 10000110 11011101 100011 100111 0 1101 11110110 111000 1000110

Color Harmonies of #8F86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86DD

Black with #8F86DD

Text Example


Text Example

White with #8F86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,134,221); }

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

background-color css

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

 a { background-color: rgb(143,134,221); }

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

border-color css

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

 span { border-color: rgb(143,134,221); }

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