Html Css Color HEX #8D90CA Blue Bell

📋 copy color: '#8D90CA'

red 141 ◦ green 144 ◦ blue 202

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

Shades of Blue Bell #8D90CA

Tints of Blue Bell #8D90CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

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

R = 28.95%
G = 29.57%
B = 41.48%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D90CA (or 0x8D90CA) is known color: Blue Bell. HEX triplet: 8D, 90 and CA. RGB value is (141,144,202). Sum of RGB (Red+Green+Blue) = 141+144+202=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D90CA is #726F35. Grayscale: #959595. Windows color (decimal): -7499574 or 13275277. OLE color: 13275277.

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

Color convert

RGB 141 144 202 -
CMYK 0.30 0.29 0 0.21
HSL 237.05º 0.37% 0.67% -
HSV(B) 237.05º 0.3% 0.79% -
XYZ 31.62 29.87 59.98 -
YUV 149.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 141 144 202 0.30 0.29 0 0.21 237.05 0.37 0.67
Hex 8D 90 CA 1E 1D 0 15 ED 25 43
Octal 215 220 312 36 35 0 25 355 45 103
Binary 10001101 10010000 11001010 11110 11101 0 10101 11101101 100101 1000011

Color Harmonies of #8D90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D90CA

Black with #8D90CA

Text Example


Text Example

White with #8D90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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