Html Css Color HEX #979FCB Blue Bell

📋 copy color: '#979FCB'

red 151 ◦ green 159 ◦ blue 203

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

Shades of Blue Bell #979FCB

Tints of Blue Bell #979FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

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

R = 29.43%
G = 30.99%
B = 39.57%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#979FCB (or 0x979FCB) is known color: Blue Bell. HEX triplet: 97, 9F and CB. RGB value is (151,159,203). Sum of RGB (Red+Green+Blue) = 151+159+203=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #979FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FCB is #686034. Grayscale: #A1A1A1. Windows color (decimal): -6840373 or 13344663. OLE color: 13344663.

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

Color convert

RGB 151 159 203 -
CMYK 0.26 0.22 0 0.20
HSL 230.77º 0.33% 0.69% -
HSV(B) 230.77º 0.26% 0.8% -
XYZ 35.94 35.69 61.49 -
YUV 161.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 151 159 203 0.26 0.22 0 0.20 230.77 0.33 0.69
Hex 97 9F CB 1A 16 0 14 E7 21 45
Octal 227 237 313 32 26 0 24 347 41 105
Binary 10010111 10011111 11001011 11010 10110 0 10100 11100111 100001 1000101

Color Harmonies of #979FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FCB

Black with #979FCB

Text Example


Text Example

White with #979FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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