Html Css Color HEX #8C8CBE Blue Bell

📋 copy color: '#8C8CBE'

red 140 ◦ green 140 ◦ blue 190

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

Shades of Blue Bell #8C8CBE

Tints of Blue Bell #8C8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

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

R = 29.79%
G = 29.79%
B = 40.43%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C8CBE (or 0x8C8CBE) is known color: Blue Bell. HEX triplet: 8C, 8C and BE. RGB value is (140,140,190). Sum of RGB (Red+Green+Blue) = 140+140+190=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CBE is #737341. Grayscale: #919191. Windows color (decimal): -7566146 or 12487820. OLE color: 12487820.

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

Color convert

RGB 140 140 190 -
CMYK 0.26 0.26 0 0.25
HSL 240º 0.28% 0.65% -
HSV(B) 240º 0.26% 0.75% -
XYZ 29.49 28.05 52.58 -
YUV 145.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 140 140 190 0.26 0.26 0 0.25 240 0.28 0.65
Hex 8C 8C BE 1A 1A 0 19 F0 1C 41
Octal 214 214 276 32 32 0 31 360 34 101
Binary 10001100 10001100 10111110 11010 11010 0 11001 11110000 11100 1000001

Color Harmonies of #8C8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8CBE

Black with #8C8CBE

Text Example


Text Example

White with #8C8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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