Html Css Color HEX #8D8AC9 Blue Bell

📋 copy color: '#8D8AC9'

red 141 ◦ green 138 ◦ blue 201

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

Shades of Blue Bell #8D8AC9

Tints of Blue Bell #8D8AC9

RGB

 RED value IS 141 (55.47% from 255) = 29.38%

 GREEN value IS 138 (54.3% from 255) = 28.75%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 29.38%
G = 28.75%
B = 41.88%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D8AC9 (or 0x8D8AC9) is known color: Blue Bell. HEX triplet: 8D, 8A and C9. RGB value is (141,138,201). Sum of RGB (Red+Green+Blue) = 141+138+201=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8AC9 is #727536. Grayscale: #919191. Windows color (decimal): -7501111 or 13208205. OLE color: 13208205.

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

Color convert

RGB 141 138 201 -
CMYK 0.30 0.31 0 0.21
HSL 242.86º 0.37% 0.66% -
HSV(B) 242.86º 0.31% 0.79% -
XYZ 30.62 28.06 59.06 -
YUV 146.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 141 138 201 0.30 0.31 0 0.21 242.86 0.37 0.66
Hex 8D 8A C9 1E 1F 0 15 F3 25 42
Octal 215 212 311 36 37 0 25 363 45 102
Binary 10001101 10001010 11001001 11110 11111 0 10101 11110011 100101 1000010

Color Harmonies of #8D8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8AC9

Black with #8D8AC9

Text Example


Text Example

White with #8D8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,138,201); }

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

background-color css

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

 a { background-color: rgb(141,138,201); }

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

border-color css

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

 span { border-color: rgb(141,138,201); }

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