Html Css Color HEX #9799DC Blue Bell

📋 copy color: '#9799DC'

red 151 ◦ green 153 ◦ blue 220

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

Shades of Blue Bell #9799DC

Tints of Blue Bell #9799DC

RGB

 RED value IS 151 (59.38% from 255) = 28.82%

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 28.82%
G = 29.2%
B = 41.98%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9799DC (or 0x9799DC) is known color: Blue Bell. HEX triplet: 97, 99 and DC. RGB value is (151,153,220). Sum of RGB (Red+Green+Blue) = 151+153+220=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9799DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799DC is #686623. Grayscale: #9F9F9F. Windows color (decimal): -6841892 or 14457239. OLE color: 14457239.

HSL color Cylindrical-coordinate representation of color #9799DC: hue angle of 238.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9799DC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 153 220 -
CMYK 0.31 0.30 0 0.14
HSL 238.26º 0.5% 0.73% -
HSV(B) 238.26º 0.31% 0.86% -
XYZ 37.07 34.53 72.42 -
YUV 160.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 151 153 220 0.31 0.30 0 0.14 238.26 0.5 0.73
Hex 97 99 DC 1F 1E 0 E EE 32 49
Octal 227 231 334 37 36 0 16 356 62 111
Binary 10010111 10011001 11011100 11111 11110 0 1110 11101110 110010 1001001

Color Harmonies of #9799DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9799DC

Black with #9799DC

Text Example


Text Example

White with #9799DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9799DC; }

 p { color: rgb(151,153,220); }

 H1.HeaderClassName
 {
   color: #9799DC;
 }
 .AnyTagClassName
 {
   color: #9799DC;
 }
</style>

background-color css

<style>
 a { background-color: #9799DC; }

 a { background-color: rgb(151,153,220); }

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

border-color css

<style>
 span { border-color: #9799DC; }

 span { border-color: rgb(151,153,220); }

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