Html Css Color HEX #9C98DA Blue Bell

📋 copy color: '#9C98DA'

red 156 ◦ green 152 ◦ blue 218

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

Shades of Blue Bell #9C98DA

Tints of Blue Bell #9C98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 29.66%
G = 28.9%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C98DA (or 0x9C98DA) is known color: Blue Bell. HEX triplet: 9C, 98 and DA. RGB value is (156,152,218). Sum of RGB (Red+Green+Blue) = 156+152+218=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C98DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98DA is #636725. Grayscale: #A0A0A0. Windows color (decimal): -6514470 or 14325916. OLE color: 14325916.

HSL color Cylindrical-coordinate representation of color #9C98DA: hue angle of 243.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C98DA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 152 218 -
CMYK 0.28 0.30 0 0.15
HSL 243.64º 0.47% 0.73% -
HSV(B) 243.64º 0.3% 0.85% -
XYZ 37.59 34.59 71.02 -
YUV 160.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 156 152 218 0.28 0.30 0 0.15 243.64 0.47 0.73
Hex 9C 98 DA 1C 1E 0 F F4 2F 49
Octal 234 230 332 34 36 0 17 364 57 111
Binary 10011100 10011000 11011010 11100 11110 0 1111 11110100 101111 1001001

Color Harmonies of #9C98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C98DA

Black with #9C98DA

Text Example


Text Example

White with #9C98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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