Html Css Color HEX #976BAB Ce Soir

📋 copy color: '#976BAB'

red 151 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #976BAB

Tints of Ce Soir #976BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 35.2%
G = 24.94%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#976BAB (or 0x976BAB) is known color: Ce Soir. HEX triplet: 97, 6B and AB. RGB value is (151,107,171). Sum of RGB (Red+Green+Blue) = 151+107+171=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #976BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BAB is #689454. Grayscale: #7F7F7F. Windows color (decimal): -6853717 or 11234199. OLE color: 11234199.

HSL color Cylindrical-coordinate representation of color #976BAB: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #976BAB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 107 171 -
CMYK 0.12 0.37 0 0.33
HSL 281.25º 0.28% 0.55% -
HSV(B) 281.25º 0.37% 0.67% -
XYZ 25.37 20.03 41.06 -
YUV 127.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 151 107 171 0.12 0.37 0 0.33 281.25 0.28 0.55
Hex 97 6B AB C 25 0 21 119 1C 37
Octal 227 153 253 14 45 0 41 431 34 67
Binary 10010111 1101011 10101011 1100 100101 0 100001 100011001 11100 110111

Color Harmonies of #976BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BAB

Black with #976BAB

Text Example


Text Example

White with #976BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976BAB; }

 p { color: rgb(151,107,171); }

 H1.HeaderClassName
 {
   color: #976BAB;
 }
 .AnyTagClassName
 {
   color: #976BAB;
 }
</style>

background-color css

<style>
 a { background-color: #976BAB; }

 a { background-color: rgb(151,107,171); }

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

border-color css

<style>
 span { border-color: #976BAB; }

 span { border-color: rgb(151,107,171); }

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