Html Css Color HEX #8D94BE Blue Bell

📋 copy color: '#8D94BE'

red 141 ◦ green 148 ◦ blue 190

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

Shades of Blue Bell #8D94BE

Tints of Blue Bell #8D94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 29.44%
G = 30.9%
B = 39.67%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D94BE (or 0x8D94BE) is known color: Blue Bell. HEX triplet: 8D, 94 and BE. RGB value is (141,148,190). Sum of RGB (Red+Green+Blue) = 141+148+190=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94BE is #726B41. Grayscale: #969696. Windows color (decimal): -7498562 or 12489869. OLE color: 12489869.

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

Color convert

RGB 141 148 190 -
CMYK 0.26 0.22 0 0.25
HSL 231.43º 0.27% 0.65% -
HSV(B) 231.43º 0.26% 0.75% -
XYZ 30.87 30.56 52.99 -
YUV 150.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 141 148 190 0.26 0.22 0 0.25 231.43 0.27 0.65
Hex 8D 94 BE 1A 16 0 19 E7 1B 41
Octal 215 224 276 32 26 0 31 347 33 101
Binary 10001101 10010100 10111110 11010 10110 0 11001 11100111 11011 1000001

Color Harmonies of #8D94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D94BE

Black with #8D94BE

Text Example


Text Example

White with #8D94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,148,190); }

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

background-color css

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

 a { background-color: rgb(141,148,190); }

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

border-color css

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

 span { border-color: rgb(141,148,190); }

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