Html Css Color HEX #8D8EBC Blue Bell

📋 copy color: '#8D8EBC'

red 141 ◦ green 142 ◦ blue 188

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

Shades of Blue Bell #8D8EBC

Tints of Blue Bell #8D8EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 29.94%
G = 30.15%
B = 39.92%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D8EBC (or 0x8D8EBC) is known color: Blue Bell. HEX triplet: 8D, 8E and BC. RGB value is (141,142,188). Sum of RGB (Red+Green+Blue) = 141+142+188=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8EBC is #727143. Grayscale: #929292. Windows color (decimal): -7500100 or 12357261. OLE color: 12357261.

HSL color Cylindrical-coordinate representation of color #8D8EBC: hue angle of 238.72º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D8EBC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 142 188 -
CMYK 0.25 0.24 0 0.26
HSL 238.72º 0.26% 0.65% -
HSV(B) 238.72º 0.25% 0.74% -
XYZ 29.73 28.64 51.54 -
YUV 146.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 141 142 188 0.25 0.24 0 0.26 238.72 0.26 0.65
Hex 8D 8E BC 19 18 0 1A EF 1A 41
Octal 215 216 274 31 30 0 32 357 32 101
Binary 10001101 10001110 10111100 11001 11000 0 11010 11101111 11010 1000001

Color Harmonies of #8D8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8EBC

Black with #8D8EBC

Text Example


Text Example

White with #8D8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,142,188); }

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

background-color css

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

 a { background-color: rgb(141,142,188); }

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

border-color css

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

 span { border-color: rgb(141,142,188); }

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