Html Css Color HEX #978BCB Cold Purple

📋 copy color: '#978BCB'

red 151 ◦ green 139 ◦ blue 203

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

Shades of Cold Purple #978BCB

Tints of Cold Purple #978BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 30.63%
G = 28.19%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#978BCB (or 0x978BCB) is known color: Cold Purple. HEX triplet: 97, 8B and CB. RGB value is (151,139,203). Sum of RGB (Red+Green+Blue) = 151+139+203=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #978BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCB is #687434. Grayscale: #959595. Windows color (decimal): -6845493 or 13339543. OLE color: 13339543.

HSL color Cylindrical-coordinate representation of color #978BCB: hue angle of 251.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978BCB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 139 203 -
CMYK 0.26 0.32 0 0.20
HSL 251.25º 0.38% 0.67% -
HSV(B) 251.25º 0.32% 0.8% -
XYZ 32.77 29.36 60.44 -
YUV 149.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 151 139 203 0.26 0.32 0 0.20 251.25 0.38 0.67
Hex 97 8B CB 1A 20 0 14 FB 26 43
Octal 227 213 313 32 40 0 24 373 46 103
Binary 10010111 10001011 11001011 11010 100000 0 10100 11111011 100110 1000011

Color Harmonies of #978BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BCB

Black with #978BCB

Text Example


Text Example

White with #978BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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