Html Css Color HEX #8F90CD Blue Bell

📋 copy color: '#8F90CD'

red 143 ◦ green 144 ◦ blue 205

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

Shades of Blue Bell #8F90CD

Tints of Blue Bell #8F90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 29.07%
G = 29.27%
B = 41.67%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F90CD (or 0x8F90CD) is known color: Blue Bell. HEX triplet: 8F, 90 and CD. RGB value is (143,144,205). Sum of RGB (Red+Green+Blue) = 143+144+205=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CD is #706F32. Grayscale: #969696. Windows color (decimal): -7368499 or 13471887. OLE color: 13471887.

HSL color Cylindrical-coordinate representation of color #8F90CD: hue angle of 239.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F90CD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 144 205 -
CMYK 0.30 0.30 0 0.20
HSL 239.03º 0.38% 0.68% -
HSV(B) 239.03º 0.3% 0.8% -
XYZ 32.32 30.19 61.88 -
YUV 150.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 143 144 205 0.30 0.30 0 0.20 239.03 0.38 0.68
Hex 8F 90 CD 1E 1E 0 14 EF 26 44
Octal 217 220 315 36 36 0 24 357 46 104
Binary 10001111 10010000 11001101 11110 11110 0 10100 11101111 100110 1000100

Color Harmonies of #8F90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90CD

Black with #8F90CD

Text Example


Text Example

White with #8F90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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