Html Css Color HEX #978BD1 Blue Bell

📋 copy color: '#978BD1'

red 151 ◦ green 139 ◦ blue 209

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

Shades of Blue Bell #978BD1

Tints of Blue Bell #978BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 30.26%
G = 27.86%
B = 41.88%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#978BD1 (or 0x978BD1) is known color: Blue Bell. HEX triplet: 97, 8B and D1. RGB value is (151,139,209). Sum of RGB (Red+Green+Blue) = 151+139+209=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #978BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BD1 is #68742E. Grayscale: #969696. Windows color (decimal): -6845487 or 13732759. OLE color: 13732759.

HSL color Cylindrical-coordinate representation of color #978BD1: hue angle of 250.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978BD1 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 139 209 -
CMYK 0.28 0.33 0 0.18
HSL 250.29º 0.43% 0.68% -
HSV(B) 250.29º 0.33% 0.82% -
XYZ 33.5 29.65 64.28 -
YUV 150.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 151 139 209 0.28 0.33 0 0.18 250.29 0.43 0.68
Hex 97 8B D1 1C 21 0 12 FA 2B 44
Octal 227 213 321 34 41 0 22 372 53 104
Binary 10010111 10001011 11010001 11100 100001 0 10010 11111010 101011 1000100

Color Harmonies of #978BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BD1

Black with #978BD1

Text Example


Text Example

White with #978BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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