Html Css Color HEX #979DCB Blue Bell

📋 copy color: '#979DCB'

red 151 ◦ green 157 ◦ blue 203

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

Shades of Blue Bell #979DCB

Tints of Blue Bell #979DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 29.55%
G = 30.72%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#979DCB (or 0x979DCB) is known color: Blue Bell. HEX triplet: 97, 9D and CB. RGB value is (151,157,203). Sum of RGB (Red+Green+Blue) = 151+157+203=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #979DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DCB is #686234. Grayscale: #A0A0A0. Windows color (decimal): -6840885 or 13344151. OLE color: 13344151.

HSL color Cylindrical-coordinate representation of color #979DCB: hue angle of 233.08º 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 #979DCB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 157 203 -
CMYK 0.26 0.23 0 0.20
HSL 233.08º 0.33% 0.69% -
HSV(B) 233.08º 0.26% 0.8% -
XYZ 35.6 35.01 61.38 -
YUV 160.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 151 157 203 0.26 0.23 0 0.20 233.08 0.33 0.69
Hex 97 9D CB 1A 17 0 14 E9 21 45
Octal 227 235 313 32 27 0 24 351 41 105
Binary 10010111 10011101 11001011 11010 10111 0 10100 11101001 100001 1000101

Color Harmonies of #979DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DCB

Black with #979DCB

Text Example


Text Example

White with #979DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979DCB; }

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

 H1.HeaderClassName
 {
   color: #979DCB;
 }
 .AnyTagClassName
 {
   color: #979DCB;
 }
</style>

background-color css

<style>
 a { background-color: #979DCB; }

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

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

border-color css

<style>
 span { border-color: #979DCB; }

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

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