Html Css Color HEX #8F97C1 Blue Bell

📋 copy color: '#8F97C1'

red 143 ◦ green 151 ◦ blue 193

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

Shades of Blue Bell #8F97C1

Tints of Blue Bell #8F97C1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.01%

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 29.36%
G = 31.01%
B = 39.63%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F97C1 (or 0x8F97C1) is known color: Blue Bell. HEX triplet: 8F, 97 and C1. RGB value is (143,151,193). Sum of RGB (Red+Green+Blue) = 143+151+193=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97C1 is #70683E. Grayscale: #999999. Windows color (decimal): -7366719 or 12687247. OLE color: 12687247.

HSL color Cylindrical-coordinate representation of color #8F97C1: hue angle of 230.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F97C1 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 151 193 -
CMYK 0.26 0.22 0 0.24
HSL 230.4º 0.29% 0.66% -
HSV(B) 230.4º 0.26% 0.76% -
XYZ 32.02 31.82 54.91 -
YUV 153.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 143 151 193 0.26 0.22 0 0.24 230.4 0.29 0.66
Hex 8F 97 C1 1A 16 0 18 E6 1D 42
Octal 217 227 301 32 26 0 30 346 35 102
Binary 10001111 10010111 11000001 11010 10110 0 11000 11100110 11101 1000010

Color Harmonies of #8F97C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F97C1

Black with #8F97C1

Text Example


Text Example

White with #8F97C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,193); }

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

background-color css

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

 a { background-color: rgb(143,151,193); }

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

border-color css

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

 span { border-color: rgb(143,151,193); }

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