Html Css Color HEX #8C8DCA Blue Bell

📋 copy color: '#8C8DCA'

red 140 ◦ green 141 ◦ blue 202

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

Shades of Blue Bell #8C8DCA

Tints of Blue Bell #8C8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 28.99%
G = 29.19%
B = 41.82%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C8DCA (or 0x8C8DCA) is known color: Blue Bell. HEX triplet: 8C, 8D and CA. RGB value is (140,141,202). Sum of RGB (Red+Green+Blue) = 140+141+202=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8DCA is #737235. Grayscale: #939393. Windows color (decimal): -7565878 or 13274508. OLE color: 13274508.

HSL color Cylindrical-coordinate representation of color #8C8DCA: hue angle of 239.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8DCA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 141 202 -
CMYK 0.31 0.30 0 0.21
HSL 239.03º 0.37% 0.67% -
HSV(B) 239.03º 0.31% 0.79% -
XYZ 31 28.89 59.82 -
YUV 147.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 140 141 202 0.31 0.30 0 0.21 239.03 0.37 0.67
Hex 8C 8D CA 1F 1E 0 15 EF 25 43
Octal 214 215 312 37 36 0 25 357 45 103
Binary 10001100 10001101 11001010 11111 11110 0 10101 11101111 100101 1000011

Color Harmonies of #8C8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8DCA

Black with #8C8DCA

Text Example


Text Example

White with #8C8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,141,202); }

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

background-color css

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

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

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

border-color css

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

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

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