Html Css Color HEX #8C8DCD Blue Bell

📋 copy color: '#8C8DCD'

red 140 ◦ green 141 ◦ blue 205

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

Shades of Blue Bell #8C8DCD

Tints of Blue Bell #8C8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 28.81%
G = 29.01%
B = 42.18%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C8DCD (or 0x8C8DCD) is known color: Blue Bell. HEX triplet: 8C, 8D and CD. RGB value is (140,141,205). Sum of RGB (Red+Green+Blue) = 140+141+205=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8DCD is #737232. Grayscale: #939393. Windows color (decimal): -7565875 or 13471116. OLE color: 13471116.

HSL color Cylindrical-coordinate representation of color #8C8DCD: hue angle of 239.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C8DCD is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 141 205 -
CMYK 0.32 0.31 0 0.20
HSL 239.08º 0.39% 0.68% -
HSV(B) 239.08º 0.32% 0.8% -
XYZ 31.36 29.03 61.71 -
YUV 148 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 140 141 205 0.32 0.31 0 0.20 239.08 0.39 0.68
Hex 8C 8D CD 20 1F 0 14 EF 27 44
Octal 214 215 315 40 37 0 24 357 47 104
Binary 10001100 10001101 11001101 100000 11111 0 10100 11101111 100111 1000100

Color Harmonies of #8C8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8DCD

Black with #8C8DCD

Text Example


Text Example

White with #8C8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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