Html Css Color HEX #978BCE Blue Bell

📋 copy color: '#978BCE'

red 151 ◦ green 139 ◦ blue 206

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

Shades of Blue Bell #978BCE

Tints of Blue Bell #978BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 30.44%
G = 28.02%
B = 41.53%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#978BCE (or 0x978BCE) is known color: Blue Bell. HEX triplet: 97, 8B and CE. RGB value is (151,139,206). Sum of RGB (Red+Green+Blue) = 151+139+206=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #978BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCE is #687431. Grayscale: #959595. Windows color (decimal): -6845490 or 13536151. OLE color: 13536151.

HSL color Cylindrical-coordinate representation of color #978BCE: hue angle of 250.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978BCE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 139 206 -
CMYK 0.27 0.33 0 0.19
HSL 250.75º 0.41% 0.68% -
HSV(B) 250.75º 0.33% 0.81% -
XYZ 33.14 29.5 62.34 -
YUV 150.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 151 139 206 0.27 0.33 0 0.19 250.75 0.41 0.68
Hex 97 8B CE 1B 21 0 13 FB 29 44
Octal 227 213 316 33 41 0 23 373 51 104
Binary 10010111 10001011 11001110 11011 100001 0 10011 11111011 101001 1000100

Color Harmonies of #978BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BCE

Black with #978BCE

Text Example


Text Example

White with #978BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978BCE; }

 p { color: rgb(151,139,206); }

 H1.HeaderClassName
 {
   color: #978BCE;
 }
 .AnyTagClassName
 {
   color: #978BCE;
 }
</style>

background-color css

<style>
 a { background-color: #978BCE; }

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

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

border-color css

<style>
 span { border-color: #978BCE; }

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

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