Html Css Color HEX #9797CB Blue Bell

📋 copy color: '#9797CB'

red 151 ◦ green 151 ◦ blue 203

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

Shades of Blue Bell #9797CB

Tints of Blue Bell #9797CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 29.9%
G = 29.9%
B = 40.2%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9797CB (or 0x9797CB) is known color: Blue Bell. HEX triplet: 97, 97 and CB. RGB value is (151,151,203). Sum of RGB (Red+Green+Blue) = 151+151+203=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9797CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9797CB is #686834. Grayscale: #9C9C9C. Windows color (decimal): -6842421 or 13342615. OLE color: 13342615.

HSL color Cylindrical-coordinate representation of color #9797CB: hue angle of 240º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9797CB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 151 203 -
CMYK 0.26 0.26 0 0.20
HSL 240º 0.33% 0.69% -
HSV(B) 240º 0.26% 0.8% -
XYZ 34.61 33.02 61.05 -
YUV 156.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 151 151 203 0.26 0.26 0 0.20 240 0.33 0.69
Hex 97 97 CB 1A 1A 0 14 F0 21 45
Octal 227 227 313 32 32 0 24 360 41 105
Binary 10010111 10010111 11001011 11010 11010 0 10100 11110000 100001 1000101

Color Harmonies of #9797CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9797CB

Black with #9797CB

Text Example


Text Example

White with #9797CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9797CB; }

 p { color: rgb(151,151,203); }

 H1.HeaderClassName
 {
   color: #9797CB;
 }
 .AnyTagClassName
 {
   color: #9797CB;
 }
</style>

background-color css

<style>
 a { background-color: #9797CB; }

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

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

border-color css

<style>
 span { border-color: #9797CB; }

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

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