Html Css Color HEX #8F90CA Blue Bell

📋 copy color: '#8F90CA'

red 143 ◦ green 144 ◦ blue 202

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

Shades of Blue Bell #8F90CA

Tints of Blue Bell #8F90CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 29.24%
G = 29.45%
B = 41.31%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F90CA (or 0x8F90CA) is known color: Blue Bell. HEX triplet: 8F, 90 and CA. RGB value is (143,144,202). Sum of RGB (Red+Green+Blue) = 143+144+202=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CA is #706F35. Grayscale: #969696. Windows color (decimal): -7368502 or 13275279. OLE color: 13275279.

HSL color Cylindrical-coordinate representation of color #8F90CA: hue angle of 238.98º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F90CA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 144 202 -
CMYK 0.29 0.29 0 0.21
HSL 238.98º 0.36% 0.68% -
HSV(B) 238.98º 0.29% 0.79% -
XYZ 31.96 30.05 59.99 -
YUV 150.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 143 144 202 0.29 0.29 0 0.21 238.98 0.36 0.68
Hex 8F 90 CA 1D 1D 0 15 EF 24 44
Octal 217 220 312 35 35 0 25 357 44 104
Binary 10001111 10010000 11001010 11101 11101 0 10101 11101111 100100 1000100

Color Harmonies of #8F90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90CA

Black with #8F90CA

Text Example


Text Example

White with #8F90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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