Html Css Color HEX #997CCD True V

📋 copy color: '#997CCD'

red 153 ◦ green 124 ◦ blue 205

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

Shades of True V #997CCD

Tints of True V #997CCD

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 31.74%
G = 25.73%
B = 42.53%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#997CCD (or 0x997CCD) is known color: True V. HEX triplet: 99, 7C and CD. RGB value is (153,124,205). Sum of RGB (Red+Green+Blue) = 153+124+205=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #997CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CCD is #668332. Grayscale: #8D8D8D. Windows color (decimal): -6718259 or 13466777. OLE color: 13466777.

HSL color Cylindrical-coordinate representation of color #997CCD: hue angle of 261.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997CCD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 124 205 -
CMYK 0.25 0.40 0 0.20
HSL 261.48º 0.45% 0.65% -
HSV(B) 261.48º 0.4% 0.8% -
XYZ 31.36 25.6 61.04 -
YUV 141.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 153 124 205 0.25 0.40 0 0.20 261.48 0.45 0.65
Hex 99 7C CD 19 28 0 14 105 2D 41
Octal 231 174 315 31 50 0 24 405 55 101
Binary 10011001 1111100 11001101 11001 101000 0 10100 100000101 101101 1000001

Color Harmonies of #997CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CCD

Black with #997CCD

Text Example


Text Example

White with #997CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997CCD; }

 p { color: rgb(153,124,205); }

 H1.HeaderClassName
 {
   color: #997CCD;
 }
 .AnyTagClassName
 {
   color: #997CCD;
 }
</style>

background-color css

<style>
 a { background-color: #997CCD; }

 a { background-color: rgb(153,124,205); }

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

border-color css

<style>
 span { border-color: #997CCD; }

 span { border-color: rgb(153,124,205); }

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