Html Css Color HEX #8F8DCE Blue Bell

📋 copy color: '#8F8DCE'

red 143 ◦ green 141 ◦ blue 206

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

Shades of Blue Bell #8F8DCE

Tints of Blue Bell #8F8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 29.18%
G = 28.78%
B = 42.04%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F8DCE (or 0x8F8DCE) is known color: Blue Bell. HEX triplet: 8F, 8D and CE. RGB value is (143,141,206). Sum of RGB (Red+Green+Blue) = 143+141+206=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F8DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DCE is #707231. Grayscale: #949494. Windows color (decimal): -7369266 or 13536655. OLE color: 13536655.

HSL color Cylindrical-coordinate representation of color #8F8DCE: hue angle of 241.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8DCE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 141 206 -
CMYK 0.31 0.32 0 0.19
HSL 241.85º 0.4% 0.68% -
HSV(B) 241.85º 0.32% 0.81% -
XYZ 31.99 29.35 62.37 -
YUV 149.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 143 141 206 0.31 0.32 0 0.19 241.85 0.4 0.68
Hex 8F 8D CE 1F 20 0 13 F2 28 44
Octal 217 215 316 37 40 0 23 362 50 104
Binary 10001111 10001101 11001110 11111 100000 0 10011 11110010 101000 1000100

Color Harmonies of #8F8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8DCE

Black with #8F8DCE

Text Example


Text Example

White with #8F8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,141,206); }

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

background-color css

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

 a { background-color: rgb(143,141,206); }

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

border-color css

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

 span { border-color: rgb(143,141,206); }

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