Html Css Color HEX #8B8EBE Blue Bell

📋 copy color: '#8B8EBE'

red 139 ◦ green 142 ◦ blue 190

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

Shades of Blue Bell #8B8EBE

Tints of Blue Bell #8B8EBE

RGB

 RED value IS 139 (54.69% from 255) = 29.51%

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

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

R = 29.51%
G = 30.15%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B8EBE (or 0x8B8EBE) is known color: Blue Bell. HEX triplet: 8B, 8E and BE. RGB value is (139,142,190). Sum of RGB (Red+Green+Blue) = 139+142+190=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8EBE is #747141. Grayscale: #929292. Windows color (decimal): -7631170 or 12488331. OLE color: 12488331.

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

Color convert

RGB 139 142 190 -
CMYK 0.27 0.25 0 0.25
HSL 236.47º 0.28% 0.65% -
HSV(B) 236.47º 0.27% 0.75% -
XYZ 29.61 28.55 52.67 -
YUV 146.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 139 142 190 0.27 0.25 0 0.25 236.47 0.28 0.65
Hex 8B 8E BE 1B 19 0 19 EC 1C 41
Octal 213 216 276 33 31 0 31 354 34 101
Binary 10001011 10001110 10111110 11011 11001 0 11001 11101100 11100 1000001

Color Harmonies of #8B8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8EBE

Black with #8B8EBE

Text Example


Text Example

White with #8B8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,142,190); }

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

background-color css

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

 a { background-color: rgb(139,142,190); }

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

border-color css

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

 span { border-color: rgb(139,142,190); }

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