Html Css Color HEX #8D8BC3 Blue Bell

📋 copy color: '#8D8BC3'

red 141 ◦ green 139 ◦ blue 195

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

Shades of Blue Bell #8D8BC3

Tints of Blue Bell #8D8BC3

RGB

 RED value IS 141 (55.47% from 255) = 29.68%

 GREEN value IS 139 (54.69% from 255) = 29.26%

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 29.68%
G = 29.26%
B = 41.05%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8D8BC3 (or 0x8D8BC3) is known color: Blue Bell. HEX triplet: 8D, 8B and C3. RGB value is (141,139,195). Sum of RGB (Red+Green+Blue) = 141+139+195=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D8BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8BC3 is #72743C. Grayscale: #919191. Windows color (decimal): -7500861 or 12815245. OLE color: 12815245.

HSL color Cylindrical-coordinate representation of color #8D8BC3: hue angle of 242.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D8BC3 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 139 195 -
CMYK 0.28 0.29 0 0.24
HSL 242.14º 0.32% 0.65% -
HSV(B) 242.14º 0.29% 0.76% -
XYZ 30.07 28.07 55.46 -
YUV 145.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 141 139 195 0.28 0.29 0 0.24 242.14 0.32 0.65
Hex 8D 8B C3 1C 1D 0 18 F2 20 41
Octal 215 213 303 34 35 0 30 362 40 101
Binary 10001101 10001011 11000011 11100 11101 0 11000 11110010 100000 1000001

Color Harmonies of #8D8BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8BC3

Black with #8D8BC3

Text Example


Text Example

White with #8D8BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,139,195); }

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

background-color css

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

 a { background-color: rgb(141,139,195); }

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

border-color css

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

 span { border-color: rgb(141,139,195); }

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