Html Css Color HEX #997BCD True V

📋 copy color: '#997BCD'

red 153 ◦ green 123 ◦ blue 205

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

Shades of True V #997BCD

Tints of True V #997BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

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

R = 31.81%
G = 25.57%
B = 42.62%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#997BCD (or 0x997BCD) is known color: True V. HEX triplet: 99, 7B and CD. RGB value is (153,123,205). Sum of RGB (Red+Green+Blue) = 153+123+205=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #997BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BCD is #668432. Grayscale: #8D8D8D. Windows color (decimal): -6718515 or 13466521. OLE color: 13466521.

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

Color convert

RGB 153 123 205 -
CMYK 0.25 0.4 0 0.20
HSL 261.95º 0.45% 0.64% -
HSV(B) 261.95º 0.4% 0.8% -
XYZ 31.24 25.35 61 -
YUV 141.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 153 123 205 0.25 0.4 0 0.20 261.95 0.45 0.64
Hex 99 7B CD 19 28 0 14 106 2D 40
Octal 231 173 315 31 50 0 24 406 55 100
Binary 10011001 1111011 11001101 11001 101000 0 10100 100000110 101101 1000000

Color Harmonies of #997BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BCD

Black with #997BCD

Text Example


Text Example

White with #997BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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