Html Css Color HEX #978AD5 Blue Bell

📋 copy color: '#978AD5'

red 151 ◦ green 138 ◦ blue 213

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

Shades of Blue Bell #978AD5

Tints of Blue Bell #978AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.49%

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 30.08%
G = 27.49%
B = 42.43%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#978AD5 (or 0x978AD5) is known color: Blue Bell. HEX triplet: 97, 8A and D5. RGB value is (151,138,213). Sum of RGB (Red+Green+Blue) = 151+138+213=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #978AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD5 is #68752A. Grayscale: #969696. Windows color (decimal): -6845739 or 13994647. OLE color: 13994647.

HSL color Cylindrical-coordinate representation of color #978AD5: hue angle of 250.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978AD5 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 138 213 -
CMYK 0.29 0.35 0 0.16
HSL 250.4º 0.47% 0.69% -
HSV(B) 250.4º 0.35% 0.84% -
XYZ 33.86 29.56 66.87 -
YUV 150.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 151 138 213 0.29 0.35 0 0.16 250.4 0.47 0.69
Hex 97 8A D5 1D 23 0 10 FA 2F 45
Octal 227 212 325 35 43 0 20 372 57 105
Binary 10010111 10001010 11010101 11101 100011 0 10000 11111010 101111 1000101

Color Harmonies of #978AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AD5

Black with #978AD5

Text Example


Text Example

White with #978AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,138,213); }

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

background-color css

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

 a { background-color: rgb(151,138,213); }

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

border-color css

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

 span { border-color: rgb(151,138,213); }

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