Html Css Color HEX #8D89CC Blue Bell

📋 copy color: '#8D89CC'

red 141 ◦ green 137 ◦ blue 204

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

Shades of Blue Bell #8D89CC

Tints of Blue Bell #8D89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 29.25%
G = 28.42%
B = 42.32%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D89CC (or 0x8D89CC) is known color: Blue Bell. HEX triplet: 8D, 89 and CC. RGB value is (141,137,204). Sum of RGB (Red+Green+Blue) = 141+137+204=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89CC is #727633. Grayscale: #919191. Windows color (decimal): -7501364 or 13404557. OLE color: 13404557.

HSL color Cylindrical-coordinate representation of color #8D89CC: hue angle of 243.58º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D89CC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 137 204 -
CMYK 0.31 0.33 0 0.2
HSL 243.58º 0.4% 0.67% -
HSV(B) 243.58º 0.33% 0.8% -
XYZ 30.83 27.91 60.89 -
YUV 145.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 141 137 204 0.31 0.33 0 0.2 243.58 0.4 0.67
Hex 8D 89 CC 1F 21 0 14 F4 28 43
Octal 215 211 314 37 41 0 24 364 50 103
Binary 10001101 10001001 11001100 11111 100001 0 10100 11110100 101000 1000011

Color Harmonies of #8D89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D89CC

Black with #8D89CC

Text Example


Text Example

White with #8D89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,137,204); }

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

background-color css

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

 a { background-color: rgb(141,137,204); }

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

border-color css

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

 span { border-color: rgb(141,137,204); }

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