Html Css Color HEX #8F90CE Blue Bell

📋 copy color: '#8F90CE'

red 143 ◦ green 144 ◦ blue 206

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

Shades of Blue Bell #8F90CE

Tints of Blue Bell #8F90CE

RGB

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

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

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

R = 29.01%
G = 29.21%
B = 41.78%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F90CE (or 0x8F90CE) is known color: Blue Bell. HEX triplet: 8F, 90 and CE. RGB value is (143,144,206). Sum of RGB (Red+Green+Blue) = 143+144+206=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CE is #706F31. Grayscale: #969696. Windows color (decimal): -7368498 or 13537423. OLE color: 13537423.

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

Color convert

RGB 143 144 206 -
CMYK 0.31 0.30 0 0.19
HSL 239.05º 0.39% 0.68% -
HSV(B) 239.05º 0.31% 0.81% -
XYZ 32.44 30.24 62.52 -
YUV 150.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 143 144 206 0.31 0.30 0 0.19 239.05 0.39 0.68
Hex 8F 90 CE 1F 1E 0 13 EF 27 44
Octal 217 220 316 37 36 0 23 357 47 104
Binary 10001111 10010000 11001110 11111 11110 0 10011 11101111 100111 1000100

Color Harmonies of #8F90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90CE

Black with #8F90CE

Text Example


Text Example

White with #8F90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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