Html Css Color HEX #8F96BC Blue Bell

📋 copy color: '#8F96BC'

red 143 ◦ green 150 ◦ blue 188

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

Shades of Blue Bell #8F96BC

Tints of Blue Bell #8F96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 29.73%
G = 31.19%
B = 39.09%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F96BC (or 0x8F96BC) is known color: Blue Bell. HEX triplet: 8F, 96 and BC. RGB value is (143,150,188). Sum of RGB (Red+Green+Blue) = 143+150+188=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96BC is #706943. Grayscale: #989898. Windows color (decimal): -7366980 or 12359311. OLE color: 12359311.

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

Color convert

RGB 143 150 188 -
CMYK 0.24 0.20 0 0.26
HSL 230.67º 0.25% 0.65% -
HSV(B) 230.67º 0.24% 0.74% -
XYZ 31.31 31.28 51.96 -
YUV 152.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 143 150 188 0.24 0.20 0 0.26 230.67 0.25 0.65
Hex 8F 96 BC 18 14 0 1A E7 19 41
Octal 217 226 274 30 24 0 32 347 31 101
Binary 10001111 10010110 10111100 11000 10100 0 11010 11100111 11001 1000001

Color Harmonies of #8F96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F96BC

Black with #8F96BC

Text Example


Text Example

White with #8F96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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