Html Css Color HEX #979ACF Blue Bell

📋 copy color: '#979ACF'

red 151 ◦ green 154 ◦ blue 207

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

Shades of Blue Bell #979ACF

Tints of Blue Bell #979ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 29.49%
G = 30.08%
B = 40.43%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#979ACF (or 0x979ACF) is known color: Blue Bell. HEX triplet: 97, 9A and CF. RGB value is (151,154,207). Sum of RGB (Red+Green+Blue) = 151+154+207=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #979ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ACF is #686530. Grayscale: #9E9E9E. Windows color (decimal): -6841649 or 13605527. OLE color: 13605527.

HSL color Cylindrical-coordinate representation of color #979ACF: hue angle of 236.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979ACF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 154 207 -
CMYK 0.27 0.26 0 0.19
HSL 236.79º 0.37% 0.7% -
HSV(B) 236.79º 0.27% 0.81% -
XYZ 35.58 34.2 63.76 -
YUV 159.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 151 154 207 0.27 0.26 0 0.19 236.79 0.37 0.7
Hex 97 9A CF 1B 1A 0 13 ED 25 46
Octal 227 232 317 33 32 0 23 355 45 106
Binary 10010111 10011010 11001111 11011 11010 0 10011 11101101 100101 1000110

Color Harmonies of #979ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ACF

Black with #979ACF

Text Example


Text Example

White with #979ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,207); }

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

background-color css

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

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

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

border-color css

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

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

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