Html Css Color HEX #978BC4 Cold Purple

📋 copy color: '#978BC4'

red 151 ◦ green 139 ◦ blue 196

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

Shades of Cold Purple #978BC4

Tints of Cold Purple #978BC4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 31.07%
G = 28.6%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#978BC4 (or 0x978BC4) is known color: Cold Purple. HEX triplet: 97, 8B and C4. RGB value is (151,139,196). Sum of RGB (Red+Green+Blue) = 151+139+196=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #978BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BC4 is #68743B. Grayscale: #949494. Windows color (decimal): -6845500 or 12880791. OLE color: 12880791.

HSL color Cylindrical-coordinate representation of color #978BC4: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978BC4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 139 196 -
CMYK 0.23 0.29 0 0.23
HSL 252.63º 0.33% 0.66% -
HSV(B) 252.63º 0.29% 0.77% -
XYZ 31.96 29.03 56.14 -
YUV 149.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 151 139 196 0.23 0.29 0 0.23 252.63 0.33 0.66
Hex 97 8B C4 17 1D 0 17 FD 21 42
Octal 227 213 304 27 35 0 27 375 41 102
Binary 10010111 10001011 11000100 10111 11101 0 10111 11111101 100001 1000010

Color Harmonies of #978BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BC4

Black with #978BC4

Text Example


Text Example

White with #978BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,196); }

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

background-color css

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

 a { background-color: rgb(151,139,196); }

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

border-color css

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

 span { border-color: rgb(151,139,196); }

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