Html Css Color HEX #8F90C1 Blue Bell

📋 copy color: '#8F90C1'

red 143 ◦ green 144 ◦ blue 193

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

Shades of Blue Bell #8F90C1

Tints of Blue Bell #8F90C1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

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

R = 29.79%
G = 30%
B = 40.21%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F90C1 (or 0x8F90C1) is known color: Blue Bell. HEX triplet: 8F, 90 and C1. RGB value is (143,144,193). Sum of RGB (Red+Green+Blue) = 143+144+193=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90C1 is #706F3E. Grayscale: #959595. Windows color (decimal): -7368511 or 12685455. OLE color: 12685455.

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

Color convert

RGB 143 144 193 -
CMYK 0.26 0.25 0 0.24
HSL 238.8º 0.29% 0.66% -
HSV(B) 238.8º 0.26% 0.76% -
XYZ 30.93 29.64 54.54 -
YUV 149.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 143 144 193 0.26 0.25 0 0.24 238.8 0.29 0.66
Hex 8F 90 C1 1A 19 0 18 EF 1D 42
Octal 217 220 301 32 31 0 30 357 35 102
Binary 10001111 10010000 11000001 11010 11001 0 11000 11101111 11101 1000010

Color Harmonies of #8F90C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90C1

Black with #8F90C1

Text Example


Text Example

White with #8F90C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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