Html Css Color HEX #978DBB Cold Purple

📋 copy color: '#978DBB'

red 151 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #978DBB

Tints of Cold Purple #978DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 31.52%
G = 29.44%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978DBB (or 0x978DBB) is known color: Cold Purple. HEX triplet: 97, 8D and BB. RGB value is (151,141,187). Sum of RGB (Red+Green+Blue) = 151+141+187=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #978DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBB is #687244. Grayscale: #959595. Windows color (decimal): -6844997 or 12291479. OLE color: 12291479.

HSL color Cylindrical-coordinate representation of color #978DBB: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978DBB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 141 187 -
CMYK 0.19 0.25 0 0.27
HSL 253.04º 0.25% 0.64% -
HSV(B) 253.04º 0.25% 0.73% -
XYZ 31.26 29.22 51.01 -
YUV 149.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 151 141 187 0.19 0.25 0 0.27 253.04 0.25 0.64
Hex 97 8D BB 13 19 0 1B FD 19 40
Octal 227 215 273 23 31 0 33 375 31 100
Binary 10010111 10001101 10111011 10011 11001 0 11011 11111101 11001 1000000

Color Harmonies of #978DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DBB

Black with #978DBB

Text Example


Text Example

White with #978DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,187); }

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

background-color css

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

 a { background-color: rgb(151,141,187); }

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

border-color css

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

 span { border-color: rgb(151,141,187); }

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