Html Css Color HEX #978ACF Blue Bell

📋 copy color: '#978ACF'

red 151 ◦ green 138 ◦ blue 207

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

Shades of Blue Bell #978ACF

Tints of Blue Bell #978ACF

RGB

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

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

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

R = 30.44%
G = 27.82%
B = 41.73%

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

#978ACF (or 0x978ACF) is known color: Blue Bell. HEX triplet: 97, 8A and CF. RGB value is (151,138,207). Sum of RGB (Red+Green+Blue) = 151+138+207=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #978ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACF is #687530. Grayscale: #959595. Windows color (decimal): -6845745 or 13601431. OLE color: 13601431.

HSL color Cylindrical-coordinate representation of color #978ACF: hue angle of 251.3º degrees, saturation: 0.42, 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 #978ACF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 138 207 -
CMYK 0.27 0.33 0 0.19
HSL 251.3º 0.42% 0.68% -
HSV(B) 251.3º 0.33% 0.81% -
XYZ 33.11 29.26 62.93 -
YUV 149.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 151 138 207 0.27 0.33 0 0.19 251.3 0.42 0.68
Hex 97 8A CF 1B 21 0 13 FB 2A 44
Octal 227 212 317 33 41 0 23 373 52 104
Binary 10010111 10001010 11001111 11011 100001 0 10011 11111011 101010 1000100

Color Harmonies of #978ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ACF

Black with #978ACF

Text Example


Text Example

White with #978ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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