Html Css Color HEX #8C95C1 Blue Bell

📋 copy color: '#8C95C1'

red 140 ◦ green 149 ◦ blue 193

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

Shades of Blue Bell #8C95C1

Tints of Blue Bell #8C95C1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 29.05%
G = 30.91%
B = 40.04%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C95C1 (or 0x8C95C1) is known color: Blue Bell. HEX triplet: 8C, 95 and C1. RGB value is (140,149,193). Sum of RGB (Red+Green+Blue) = 140+149+193=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95C1 is #736A3E. Grayscale: #979797. Windows color (decimal): -7563839 or 12686732. OLE color: 12686732.

HSL color Cylindrical-coordinate representation of color #8C95C1: hue angle of 229.81º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C95C1 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 149 193 -
CMYK 0.27 0.23 0 0.24
HSL 229.81º 0.3% 0.65% -
HSV(B) 229.81º 0.27% 0.76% -
XYZ 31.19 30.92 54.78 -
YUV 151.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 140 149 193 0.27 0.23 0 0.24 229.81 0.3 0.65
Hex 8C 95 C1 1B 17 0 18 E6 1E 41
Octal 214 225 301 33 27 0 30 346 36 101
Binary 10001100 10010101 11000001 11011 10111 0 11000 11100110 11110 1000001

Color Harmonies of #8C95C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C95C1

Black with #8C95C1

Text Example


Text Example

White with #8C95C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,193); }

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

background-color css

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

 a { background-color: rgb(140,149,193); }

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

border-color css

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

 span { border-color: rgb(140,149,193); }

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