Html Css Color HEX #978CBB Cold Purple

📋 copy color: '#978CBB'

red 151 ◦ green 140 ◦ blue 187

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

Shades of Cold Purple #978CBB

Tints of Cold Purple #978CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 31.59%
G = 29.29%
B = 39.12%

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

#978CBB (or 0x978CBB) is known color: Cold Purple. HEX triplet: 97, 8C and BB. RGB value is (151,140,187). Sum of RGB (Red+Green+Blue) = 151+140+187=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #978CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBB is #687344. Grayscale: #949494. Windows color (decimal): -6845253 or 12291223. OLE color: 12291223.

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

Color convert

RGB 151 140 187 -
CMYK 0.19 0.25 0 0.27
HSL 254.04º 0.26% 0.64% -
HSV(B) 254.04º 0.25% 0.73% -
XYZ 31.11 28.92 50.96 -
YUV 148.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 151 140 187 0.19 0.25 0 0.27 254.04 0.26 0.64
Hex 97 8C BB 13 19 0 1B FE 1A 40
Octal 227 214 273 23 31 0 33 376 32 100
Binary 10010111 10001100 10111011 10011 11001 0 11011 11111110 11010 1000000

Color Harmonies of #978CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CBB

Black with #978CBB

Text Example


Text Example

White with #978CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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