Html Css Color HEX #8F90CF Blue Bell

📋 copy color: '#8F90CF'

red 143 ◦ green 144 ◦ blue 207

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

Shades of Blue Bell #8F90CF

Tints of Blue Bell #8F90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 28.95%
G = 29.15%
B = 41.9%

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

#8F90CF (or 0x8F90CF) is known color: Blue Bell. HEX triplet: 8F, 90 and CF. RGB value is (143,144,207). Sum of RGB (Red+Green+Blue) = 143+144+207=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CF is #706F30. Grayscale: #969696. Windows color (decimal): -7368497 or 13602959. OLE color: 13602959.

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

Color convert

RGB 143 144 207 -
CMYK 0.31 0.30 0 0.19
HSL 239.06º 0.4% 0.69% -
HSV(B) 239.06º 0.31% 0.81% -
XYZ 32.56 30.29 63.16 -
YUV 150.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 143 144 207 0.31 0.30 0 0.19 239.06 0.4 0.69
Hex 8F 90 CF 1F 1E 0 13 EF 28 45
Octal 217 220 317 37 36 0 23 357 50 105
Binary 10001111 10010000 11001111 11111 11110 0 10011 11101111 101000 1000101

Color Harmonies of #8F90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90CF

Black with #8F90CF

Text Example


Text Example

White with #8F90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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