Html Css Color HEX #8C92BE Blue Bell

📋 copy color: '#8C92BE'

red 140 ◦ green 146 ◦ blue 190

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

Shades of Blue Bell #8C92BE

Tints of Blue Bell #8C92BE

RGB

 RED value IS 140 (55.08% from 255) = 29.41%

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 29.41%
G = 30.67%
B = 39.92%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C92BE (or 0x8C92BE) is known color: Blue Bell. HEX triplet: 8C, 92 and BE. RGB value is (140,146,190). Sum of RGB (Red+Green+Blue) = 140+146+190=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92BE is #736D41. Grayscale: #959595. Windows color (decimal): -7564610 or 12489356. OLE color: 12489356.

HSL color Cylindrical-coordinate representation of color #8C92BE: hue angle of 232.8º degrees, saturation: 0.28, 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 #8C92BE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 146 190 -
CMYK 0.26 0.23 0 0.25
HSL 232.8º 0.28% 0.65% -
HSV(B) 232.8º 0.26% 0.75% -
XYZ 30.39 29.85 52.88 -
YUV 149.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 140 146 190 0.26 0.23 0 0.25 232.8 0.28 0.65
Hex 8C 92 BE 1A 17 0 19 E9 1C 41
Octal 214 222 276 32 27 0 31 351 34 101
Binary 10001100 10010010 10111110 11010 10111 0 11001 11101001 11100 1000001

Color Harmonies of #8C92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C92BE

Black with #8C92BE

Text Example


Text Example

White with #8C92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,190); }

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

background-color css

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

 a { background-color: rgb(140,146,190); }

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

border-color css

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

 span { border-color: rgb(140,146,190); }

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