Html Css Color HEX #9C98C3 Blue Bell

📋 copy color: '#9C98C3'

red 156 ◦ green 152 ◦ blue 195

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

Shades of Blue Bell #9C98C3

Tints of Blue Bell #9C98C3

RGB

 RED value IS 156 (61.33% from 255) = 31.01%

 GREEN value IS 152 (59.77% from 255) = 30.22%

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 31.01%
G = 30.22%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9C98C3 (or 0x9C98C3) is known color: Blue Bell. HEX triplet: 9C, 98 and C3. RGB value is (156,152,195). Sum of RGB (Red+Green+Blue) = 156+152+195=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C98C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98C3 is #63673C. Grayscale: #9D9D9D. Windows color (decimal): -6514493 or 12818588. OLE color: 12818588.

HSL color Cylindrical-coordinate representation of color #9C98C3: hue angle of 245.58º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C98C3 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 152 195 -
CMYK 0.20 0.22 0 0.24
HSL 245.58º 0.26% 0.68% -
HSV(B) 245.58º 0.22% 0.76% -
XYZ 34.79 33.46 56.26 -
YUV 158.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 156 152 195 0.20 0.22 0 0.24 245.58 0.26 0.68
Hex 9C 98 C3 14 16 0 18 F6 1A 44
Octal 234 230 303 24 26 0 30 366 32 104
Binary 10011100 10011000 11000011 10100 10110 0 11000 11110110 11010 1000100

Color Harmonies of #9C98C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C98C3

Black with #9C98C3

Text Example


Text Example

White with #9C98C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C98C3; }

 p { color: rgb(156,152,195); }

 H1.HeaderClassName
 {
   color: #9C98C3;
 }
 .AnyTagClassName
 {
   color: #9C98C3;
 }
</style>

background-color css

<style>
 a { background-color: #9C98C3; }

 a { background-color: rgb(156,152,195); }

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

border-color css

<style>
 span { border-color: #9C98C3; }

 span { border-color: rgb(156,152,195); }

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