#997bcd

Color #997BCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #997BCD

Tints of True V #997BCD

Color information

#997BCD (or 0x997BCD) is unknown color: approx 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

RGB153123205-
CMYK0.250.400.20
HSL261.95º45.05%64.31%-
HSV(B)261.95º40%80.39%-
XYZ31.2425.3561-
YUV141.32163.94136.33-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531232050.250.400.20261.9545.0564.31
Hex997BCD19280141062d40
Octal231173315315002440655100
Binary10011001111101111001101110011010000101001000001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>