Html Css Color HEX #978FD0 Blue Bell

📋 copy color: '#978FD0'

red 151 ◦ green 143 ◦ blue 208

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

Shades of Blue Bell #978FD0

Tints of Blue Bell #978FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.49%

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 30.08%
G = 28.49%
B = 41.43%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#978FD0 (or 0x978FD0) is known color: Blue Bell. HEX triplet: 97, 8F and D0. RGB value is (151,143,208). Sum of RGB (Red+Green+Blue) = 151+143+208=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #978FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FD0 is #68702F. Grayscale: #989898. Windows color (decimal): -6844464 or 13668247. OLE color: 13668247.

HSL color Cylindrical-coordinate representation of color #978FD0: hue angle of 247.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978FD0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 143 208 -
CMYK 0.27 0.31 0 0.18
HSL 247.38º 0.41% 0.69% -
HSV(B) 247.38º 0.31% 0.82% -
XYZ 33.97 30.78 63.82 -
YUV 152.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 151 143 208 0.27 0.31 0 0.18 247.38 0.41 0.69
Hex 97 8F D0 1B 1F 0 12 F7 29 45
Octal 227 217 320 33 37 0 22 367 51 105
Binary 10010111 10001111 11010000 11011 11111 0 10010 11110111 101001 1000101

Color Harmonies of #978FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FD0

Black with #978FD0

Text Example


Text Example

White with #978FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,143,208); }

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

background-color css

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

 a { background-color: rgb(151,143,208); }

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

border-color css

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

 span { border-color: rgb(151,143,208); }

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