Html Css Color HEX #8F89CA Blue Bell

📋 copy color: '#8F89CA'

red 143 ◦ green 137 ◦ blue 202

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

Shades of Blue Bell #8F89CA

Tints of Blue Bell #8F89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

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

R = 29.67%
G = 28.42%
B = 41.91%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F89CA (or 0x8F89CA) is known color: Blue Bell. HEX triplet: 8F, 89 and CA. RGB value is (143,137,202). Sum of RGB (Red+Green+Blue) = 143+137+202=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89CA is #707635. Grayscale: #919191. Windows color (decimal): -7370294 or 13273487. OLE color: 13273487.

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

Color convert

RGB 143 137 202 -
CMYK 0.29 0.32 0 0.21
HSL 245.54º 0.38% 0.66% -
HSV(B) 245.54º 0.32% 0.79% -
XYZ 30.93 28 59.65 -
YUV 146.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 143 137 202 0.29 0.32 0 0.21 245.54 0.38 0.66
Hex 8F 89 CA 1D 20 0 15 F6 26 42
Octal 217 211 312 35 40 0 25 366 46 102
Binary 10001111 10001001 11001010 11101 100000 0 10101 11110110 100110 1000010

Color Harmonies of #8F89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F89CA

Black with #8F89CA

Text Example


Text Example

White with #8F89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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