Html Css Color HEX #8F8ACB Blue Bell

📋 copy color: '#8F8ACB'

red 143 ◦ green 138 ◦ blue 203

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

Shades of Blue Bell #8F8ACB

Tints of Blue Bell #8F8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 29.55%
G = 28.51%
B = 41.94%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F8ACB (or 0x8F8ACB) is known color: Blue Bell. HEX triplet: 8F, 8A and CB. RGB value is (143,138,203). Sum of RGB (Red+Green+Blue) = 143+138+203=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ACB is #707534. Grayscale: #929292. Windows color (decimal): -7370037 or 13339279. OLE color: 13339279.

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

Color convert

RGB 143 138 203 -
CMYK 0.30 0.32 0 0.20
HSL 244.62º 0.38% 0.67% -
HSV(B) 244.62º 0.32% 0.8% -
XYZ 31.2 28.33 60.32 -
YUV 146.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 143 138 203 0.30 0.32 0 0.20 244.62 0.38 0.67
Hex 8F 8A CB 1E 20 0 14 F5 26 43
Octal 217 212 313 36 40 0 24 365 46 103
Binary 10001111 10001010 11001011 11110 100000 0 10100 11110101 100110 1000011

Color Harmonies of #8F8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8ACB

Black with #8F8ACB

Text Example


Text Example

White with #8F8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,138,203); }

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

background-color css

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

 a { background-color: rgb(143,138,203); }

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

border-color css

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

 span { border-color: rgb(143,138,203); }

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