Html Css Color HEX #8C90C9 Blue Bell

📋 copy color: '#8C90C9'

red 140 ◦ green 144 ◦ blue 201

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

Shades of Blue Bell #8C90C9

Tints of Blue Bell #8C90C9

RGB

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

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

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

R = 28.87%
G = 29.69%
B = 41.44%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C90C9 (or 0x8C90C9) is known color: Blue Bell. HEX triplet: 8C, 90 and C9. RGB value is (140,144,201). Sum of RGB (Red+Green+Blue) = 140+144+201=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90C9 is #736F36. Grayscale: #959595. Windows color (decimal): -7565111 or 13209740. OLE color: 13209740.

HSL color Cylindrical-coordinate representation of color #8C90C9: hue angle of 236.07º degrees, saturation: 0.36, 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 #8C90C9 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 144 201 -
CMYK 0.30 0.28 0 0.21
HSL 236.07º 0.36% 0.67% -
HSV(B) 236.07º 0.3% 0.79% -
XYZ 31.33 29.74 59.35 -
YUV 149.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 140 144 201 0.30 0.28 0 0.21 236.07 0.36 0.67
Hex 8C 90 C9 1E 1C 0 15 EC 24 43
Octal 214 220 311 36 34 0 25 354 44 103
Binary 10001100 10010000 11001001 11110 11100 0 10101 11101100 100100 1000011

Color Harmonies of #8C90C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90C9

Black with #8C90C9

Text Example


Text Example

White with #8C90C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,201); }

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

background-color css

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

 a { background-color: rgb(140,144,201); }

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

border-color css

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

 span { border-color: rgb(140,144,201); }

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