Html Css Color HEX #8F8AD8 Blue Bell

📋 copy color: '#8F8AD8'

red 143 ◦ green 138 ◦ blue 216

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

Shades of Blue Bell #8F8AD8

Tints of Blue Bell #8F8AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 28.77%
G = 27.77%
B = 43.46%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F8AD8 (or 0x8F8AD8) is known color: Blue Bell. HEX triplet: 8F, 8A and D8. RGB value is (143,138,216). Sum of RGB (Red+Green+Blue) = 143+138+216=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F8AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8AD8 is #707527. Grayscale: #949494. Windows color (decimal): -7370024 or 14191247. OLE color: 14191247.

HSL color Cylindrical-coordinate representation of color #8F8AD8: hue angle of 243.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F8AD8 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 138 216 -
CMYK 0.34 0.36 0 0.15
HSL 243.85º 0.5% 0.69% -
HSV(B) 243.85º 0.36% 0.85% -
XYZ 32.81 28.97 68.83 -
YUV 148.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 143 138 216 0.34 0.36 0 0.15 243.85 0.5 0.69
Hex 8F 8A D8 22 24 0 F F4 32 45
Octal 217 212 330 42 44 0 17 364 62 105
Binary 10001111 10001010 11011000 100010 100100 0 1111 11110100 110010 1000101

Color Harmonies of #8F8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8AD8

Black with #8F8AD8

Text Example


Text Example

White with #8F8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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