Html Css Color HEX #8F98C1 Blue Bell

📋 copy color: '#8F98C1'

red 143 ◦ green 152 ◦ blue 193

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

Shades of Blue Bell #8F98C1

Tints of Blue Bell #8F98C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

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

R = 29.3%
G = 31.15%
B = 39.55%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F98C1 (or 0x8F98C1) is known color: Blue Bell. HEX triplet: 8F, 98 and C1. RGB value is (143,152,193). Sum of RGB (Red+Green+Blue) = 143+152+193=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98C1 is #70673E. Grayscale: #999999. Windows color (decimal): -7366463 or 12687503. OLE color: 12687503.

HSL color Cylindrical-coordinate representation of color #8F98C1: hue angle of 229.2º 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 #8F98C1 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 152 193 -
CMYK 0.26 0.21 0 0.24
HSL 229.2º 0.29% 0.66% -
HSV(B) 229.2º 0.26% 0.76% -
XYZ 32.18 32.15 54.96 -
YUV 153.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 143 152 193 0.26 0.21 0 0.24 229.2 0.29 0.66
Hex 8F 98 C1 1A 15 0 18 E5 1D 42
Octal 217 230 301 32 25 0 30 345 35 102
Binary 10001111 10011000 11000001 11010 10101 0 11000 11100101 11101 1000010

Color Harmonies of #8F98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98C1

Black with #8F98C1

Text Example


Text Example

White with #8F98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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