Html Css Color HEX #8F8AD6 Blue Bell

📋 copy color: '#8F8AD6'

red 143 ◦ green 138 ◦ blue 214

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

Shades of Blue Bell #8F8AD6

Tints of Blue Bell #8F8AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 28.89%
G = 27.88%
B = 43.23%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8F8AD6 (or 0x8F8AD6) is known color: Blue Bell. HEX triplet: 8F, 8A and D6. RGB value is (143,138,214). Sum of RGB (Red+Green+Blue) = 143+138+214=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F8AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8AD6 is #707529. Grayscale: #939393. Windows color (decimal): -7370026 or 14060175. OLE color: 14060175.

HSL color Cylindrical-coordinate representation of color #8F8AD6: hue angle of 243.95º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F8AD6 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 138 214 -
CMYK 0.33 0.36 0 0.16
HSL 243.95º 0.48% 0.69% -
HSV(B) 243.95º 0.36% 0.84% -
XYZ 32.55 28.87 67.48 -
YUV 148.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 143 138 214 0.33 0.36 0 0.16 243.95 0.48 0.69
Hex 8F 8A D6 21 24 0 10 F4 30 45
Octal 217 212 326 41 44 0 20 364 60 105
Binary 10001111 10001010 11010110 100001 100100 0 10000 11110100 110000 1000101

Color Harmonies of #8F8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8AD6

Black with #8F8AD6

Text Example


Text Example

White with #8F8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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